Skip the ./ on this mount

This commit is contained in:
Luke Murphy 2020-04-28 15:15:02 +02:00
parent c5e2354b5b
commit a1d72ccec7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/autonomic/traefik.swarm.autonomic.zone/letsencrypt:/etc/letsencrypt
- ./traefik.yml:/etc/traefik/traefik.yml
- traefik.yml:/etc/traefik/traefik.yml
networks:
- proxy
deploy: