mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
feat (docker): Expose NGINX logs folder. (#6963)
* feat (docker): Expose NGINX logs folder. This commit adds the folder /var/log/ngnix of the webserver container to the volume mount. * refactor (docker): Rename mount folder name to avoid conflicts with NGINX site file. This commit renames the mount folder nginx/logs to nginx-logs to avoid conflicts with the NGINX site file.
This commit is contained in:
parent
07bc2bdac4
commit
cfc5cfd06b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ services:
|
|||
- ./docker-volume/data:/var/www/peertube/storage
|
||||
- certbot-www:/var/www/certbot
|
||||
- ./docker-volume/certbot/conf:/etc/letsencrypt
|
||||
- ./docker-volume/nginx-logs:/var/log/nginx
|
||||
depends_on:
|
||||
- peertube
|
||||
restart: "always"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue