adding nginx log volume
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@ backend/token/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
nginx-log
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
@@ -24,6 +24,7 @@ services:
|
||||
volumes:
|
||||
- ./certbot/conf:/etc/letsencrypt
|
||||
- ./certbot/www:/var/www/certbot
|
||||
- ./nginx-log:/var/log/nginx
|
||||
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
|
||||
Reference in New Issue
Block a user