We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e1c00 commit f346c9fCopy full SHA for f346c9f
docker-compose.yml
@@ -15,6 +15,8 @@ services:
15
volumes:
16
- ${SAMPLE_FLOW_SSL_CERT:-./cert.pem}:/sample_flow_ssl_cert.pem
17
- ${SAMPLE_FLOW_SSL_KEY:-./key.pem}:/sample_flow_ssl_key.pem
18
+ # to allow certbot to renew SSL certificates:
19
+ - /var/www/certbot:/var/www/certbot:ro
20
email:
21
image: "boky/postfix"
22
environment:
0 commit comments