Update README.md

Fix table
This commit is contained in:
Adam Hill 2017-03-04 19:59:45 -06:00 committed by GitHub
parent dc54d7f4cd
commit f4d1584fa2
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ In addition to the required environment variable you saw above (`-e ServerIP="$I
*OPTIONAL Advanced* Environment Variables
| Env Variable | Default | Description |
| ------------ | ------- | ----------- |
| INTERFACE | eth0 | The default works fine with our basic example docker run commands. If you're trying to use DHCP with `--net host` mode then you may have to customize this or DNSMASQ_LISTENING.
| DNSMASQ_LISTENING | | If set to `local` or `all` this will override `INTERFACE`. `local` listens on all local subnets, `all` permits listening on internet origin subnets in addition to local.