Skip to content

Commit f346c9f

Browse files
committed
update docker-compose.yml to allow certbot to renew SSL certificates
1 parent 33e1c00 commit f346c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ services:
1515
volumes:
1616
- ${SAMPLE_FLOW_SSL_CERT:-./cert.pem}:/sample_flow_ssl_cert.pem
1717
- ${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
1820
email:
1921
image: "boky/postfix"
2022
environment:

0 commit comments

Comments
 (0)