1
0
Fork 0

Fix traefik version in docker compose

This commit is contained in:
Chocobozzz 2019-10-21 11:17:43 +02:00
parent 2e2c02b4f1
commit f1b3888392
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

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