Update nginx-certbot-docker-compose.yml

main
micutu 2024-10-14 21:50:05 +00:00
parent f8164d165e
commit 5cc711404e
1 changed files with 6 additions and 1 deletions

View File

@ -7,5 +7,10 @@ services:
- "443:443"
volumes:
- ./data/nginx:/etc/nginx/conf.d
- ./data/certbot/conf:/etc/letsencrypt
- ./data/certbot/www:/var/www/certbot
certbot:
image: certbot/certbot
image: certbot/certbot
volumes:
- ./data/certbot/conf:/etc/letsencrypt
- ./data/certbot/www:/var/www/certbot