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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user