Fix: Remove snippets bind-mount to prevent empty directory shadowing

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-27 14:17:52 -03:00
parent fd770b61a2
commit 4cb6b85f29
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
volumes:
#- ./nginx.conf:/etc/nginx/nginx.conf # Removed to avoid file-mount errors in Portainer
- ./conf.d:/etc/nginx/conf.d
- ./snippets:/etc/nginx/snippets
#- ./snippets:/etc/nginx/snippets # Removed to avoid empty-mount errors
- ./ssl:/etc/nginx/ssl
- nginx_logs:/var/log/nginx
- nginx_cache:/var/cache/nginx