Fix traefik version in docker compose

pull/2191/head
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
1 changed files with 1 additions and 1 deletions

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: