diff --git a/src/packages/ganache/README.md b/src/packages/ganache/README.md index 6617ba7f23..3a0ad11fa7 100644 --- a/src/packages/ganache/README.md +++ b/src/packages/ganache/README.md @@ -609,14 +609,14 @@ To pass options to Ganache through Docker simply add the arguments to the end of ```console $ docker run --detach --publish 8545:8545 trufflesuite/ganache:latest --accounts 10 --debug - ^^^^^^^^^^^^^^^^^^^^^ + ^^^^^^^^^^^^^^^^^^^^^ ``` The Docker container adds an environment variable `DOCKER=true`; when this variable is set to `true` (case insensitive), Ganache uses a default hostname IP of `0.0.0.0` instead of the normal default `127.0.0.1`. You can still specify a custom hostname however: ```console $ docker run --detach --publish 8545:8545 trufflesuite/ganache:latest --host XXX.XXX.XXX.XXX - ^^^^^^^^^^^^^^^^^^^^^^ + ^^^^^^^^^^^^^^^^^^^^^^ ``` To build and run the Docker container from source: