1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-07 16:16:09 +02:00

docs: add comment about host network to compose example

This commit is contained in:
Michael Bianco 2024-02-22 05:59:51 -07:00
parent 9d2eeb7273
commit 8c95ed1cc0
No known key found for this signature in database
GPG Key ID: E5E32D3B0D0B4261

View File

@ -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: