Fix mount paths

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

View File

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