Skip to content

Commit

Permalink
update docker-compose.yml to allow certbot to renew SSL certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 13, 2025
1 parent 33e1c00 commit f346c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
volumes:
- ${SAMPLE_FLOW_SSL_CERT:-./cert.pem}:/sample_flow_ssl_cert.pem
- ${SAMPLE_FLOW_SSL_KEY:-./key.pem}:/sample_flow_ssl_key.pem
# to allow certbot to renew SSL certificates:
- /var/www/certbot:/var/www/certbot:ro
email:
image: "boky/postfix"
environment:
Expand Down

0 comments on commit f346c9f

Please sign in to comment.