From ebaba8fba722728aa4419b405ea4a44227a731d1 Mon Sep 17 00:00:00 2001 From: David Murdoch Date: Mon, 9 Jan 2023 17:02:24 -0500 Subject: [PATCH] docs: align whitespace in README --- src/packages/ganache/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: