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
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.3"
services:
reverse-proxy:
image: traefik
image: traefik:v1.7
network_mode: "host"
command: --docker # Tells Træfik to listen to docker
ports: