adding nginx log volume

This commit is contained in:
2026-01-18 08:57:25 +00:00
parent c12779214a
commit 282a286958
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ services:
volumes:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ./nginx-log:/var/log/nginx
certbot:
image: certbot/certbot