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

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ backend/token/
# Logs
logs
nginx-log
*.log
npm-debug.log*
yarn-debug.log*

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