Minor fix for docker volume vs created directory

This commit is contained in:
Jan Collijs 2017-11-08 15:12:03 +01:00 committed by Traefiker
parent bc8d68bd31
commit 58a438167b

View file

@ -59,8 +59,8 @@ services:
- web
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/traefik/traefik.toml:/traefik.toml
- /srv/traefik/acme.json:/acme.json
- /opt/traefik/traefik.toml:/traefik.toml
- /opt/traefik/acme.json:/acme.json
container_name: traefik
networks: