diff --git a/docs/content/config/security/ssl.md b/docs/content/config/security/ssl.md index 469b044aa70..1222719642e 100644 --- a/docs/content/config/security/ssl.md +++ b/docs/content/config/security/ssl.md @@ -97,7 +97,7 @@ You don't have to do anything else. Enjoy! environment: - SSL_TYPE=letsencrypt volumes: - - /etc/letsencrypt:/etc/letsencrypt + - ./docker-data/certbot/certs/:/etc/letsencrypt ``` #### Example using Docker for _Let's Encrypt_ { data-toc-label='Certbot with Docker' }