Remove Web directory volume mount from Docker Compose files for app service

This commit is contained in:
2026-04-23 22:48:23 +02:00
parent 0228e6cb1d
commit 3eeae76e6c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ services:
- "8000"
volumes:
- ./config.json:/app/config.json:ro
- ./Web:/app/Web
- app_uploads:/app/Web/uploads:cached
- app_thumbnails:/app/Web/thumbnails:cached
- app_previews:/app/Web/previews:cached
-1
View File
@@ -68,7 +68,6 @@ services:
- "8000"
volumes:
- ./config.json:/app/config.json:ro
- ./Web:/app/Web
- app_uploads:/app/Web/uploads
- app_thumbnails:/app/Web/thumbnails
- app_previews:/app/Web/previews