Fix path once again

This commit is contained in:
Luke Murphy 2020-04-25 12:41:00 +02:00
parent a591a45d6b
commit 6f199e6991
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
# use https://github.com/Tecnativa/docker-socket-proxy later
- "/var/run/docker.sock:/var/run/docker.sock"
- "./letsencrypt:/etc/letsencrypt"
- "./traefik.yml:/etc/traefik/"
- "./traefik.yml:/etc/traefik/traefik.yml"
networks:
- proxy
deploy: