1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00

le secrets volume

This commit is contained in:
Robin Appelman 2022-01-23 17:07:23 +01:00
commit 6078442993

View file

@ -94,6 +94,8 @@ services:
- CERTBOT_EMAIL=$EMAIL - CERTBOT_EMAIL=$EMAIL
networks: networks:
- proxy-tier - proxy-tier
volumes:
- ./letsencrypt:/etc/letsencrypt
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"