fix: use felhom-data/appdata/ path for HDD volume mounts

Compose templates were mounting app data at ${HDD_PATH}/appdata/ instead
of ${HDD_PATH}/felhom-data/appdata/ as designed in the v0.26.0+ path
structure. Affects: nextcloud, immich, paperless-ngx, romm.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 15:53:15 +01:00
parent 3a24723c07
commit dbe92bad5c
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ services:
- REDIS_HOST=nextcloud-redis
volumes:
- nextcloud_html:/var/www/html
- ${HDD_PATH}/appdata/nextcloud:/var/www/html/data
- ${HDD_PATH}/felhom-data/appdata/nextcloud:/var/www/html/data
networks:
- traefik-public
- nextcloud-internal