docs: add comment about host network to compose example
This commit is contained in:
parent
9d2eeb7273
commit
8c95ed1cc0
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
|
# if you want to proxy based on host ports, you'll want to use the host network
|
||||||
|
# network_mode: "host"
|
||||||
|
|
||||||
whoami:
|
whoami:
|
||||||
image: jwilder/whoami
|
image: jwilder/whoami
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue