Fix traefik version in docker compose
This commit is contained in:
parent
2e2c02b4f1
commit
f1b3888392
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: traefik
|
image: traefik:v1.7
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
command: --docker # Tells Træfik to listen to docker
|
command: --docker # Tells Træfik to listen to docker
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue