Fix docker-compose.yml volume error (#99)

This commit is contained in:
Elie Alawoe 2020-06-09 16:58:31 +02:00 committed by GitHub
parent e63e110862
commit 09d444c6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ services:
&& traefik-certs-dumper file --watch && traefik-certs-dumper file --watch
--source /data/acme.json --dest /data/certs' --source /data/acme.json --dest /data/certs'
volumes: volumes:
- ./letsencrypt:/letsencrypt - ./letsencrypt:/data
whoami: whoami:
image: containous/whoami image: containous/whoami