Remove nginx logs volume, no longer needed

This commit is contained in:
EdyTheCow
2025-10-06 18:31:50 +02:00
parent 8b2d5f2511
commit f0219bb104

View File

@@ -5,7 +5,6 @@ services:
volumes:
- ${DATA_DIR}/whmcs:/var/www/html
- ${DATA_DIR}/whmcs_storage:/var/www/whmcs_storage
- ${DATA_DIR}/nginx_logs:/var/log/nginx
environment:
- NGINX_DOMAIN=${DOMAIN}
- TRAEFIK_SUBNET=${TRAEFIK_SUBNET}