Added missing command attribute on traefik conf

See https://docs.traefik.io/#1-launch-trfik-tell-it-to-listen-to-docker
pull/26/head
Michel EDIGHOFFER 2018-08-06 20:02:20 +02:00 committed by GitHub
parent 5467811faa
commit 524c11226f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ services:
traefik:
image: traefik
container_name: traefik
command: --docker
ports:
- "80:80"
volumes: