Add host network mode for reverse proxy
This commit is contained in:
parent
7c3b79768b
commit
f2e0cca90b
|
@ -4,6 +4,7 @@ services:
|
||||||
|
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: traefik
|
image: traefik
|
||||||
|
network_mode: "host"
|
||||||
command: --docker # Tells Træfik to listen to docker
|
command: --docker # Tells Træfik to listen to docker
|
||||||
ports:
|
ports:
|
||||||
- "80:80" # The HTTP port
|
- "80:80" # The HTTP port
|
||||||
|
|
Loading…
Reference in New Issue