mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2024-11-08 15:59:17 +01:00
Merge pull request #2404 from nginx-proxy/network-host
docs: add comment about host network to compose example
This commit is contained in:
commit
f960061e2d
@ -9,6 +9,9 @@ services:
|
||||
volumes:
|
||||
- /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:
|
||||
image: jwilder/whoami
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user