fix: Remove temp volume mount (use container-internal temp directory)
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Nothaft
2026-01-04 23:20:21 +01:00
parent 69b13191a3
commit 335c512125
-1
View File
@@ -44,7 +44,6 @@ services:
- REPORT_SCHEDULE=${REPORT_SCHEDULE:-0 0 * * 1} - REPORT_SCHEDULE=${REPORT_SCHEDULE:-0 0 * * 1}
volumes: volumes:
- /mnt/DockerMount/minio-webui/logs:/app/logs - /mnt/DockerMount/minio-webui/logs:/app/logs
- /mnt/DockerMount/minio-webui/temp:/app/temp
- /mnt/DockerMount/minio-webui/mc-config:/home/nodejs/.mc - /mnt/DockerMount/minio-webui/mc-config:/home/nodejs/.mc
depends_on: depends_on:
- redis - redis