youtous / docker-mailserver-traefik

🐳 ⚙️ Automatically renew docker-mailserver/docker-mailserver certificates using traefik.
MIT License
29 stars 11 forks source link

Volume mount error #1

Closed fmdaboville closed 4 years ago

fmdaboville commented 4 years ago

This is amazing and it works well with my use-cases. Just a point : the volume mount was incorrect for me (in the readme), I need to update this line :

- ./acme.json:/tmp/traefik/:ro

to

- ./acme.json:/tmp/traefik/acme.json:ro
youtous commented 4 years ago

Hey, nice catch ! Thank you :)