Add host network mode for reverse proxy
This commit is contained in:
parent
7c3b79768b
commit
f2e0cca90b
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
|
||||
reverse-proxy:
|
||||
image: traefik
|
||||
network_mode: "host"
|
||||
command: --docker # Tells Træfik to listen to docker
|
||||
ports:
|
||||
- "80:80" # The HTTP port
|
||||
|
|
Loading…
Reference in a new issue