Rename storage/ to appdata/ in all compose templates

Part of v0.14.0 storage architecture overhaul — standardize
app data paths under appdata/ instead of storage/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 18:47:12 +01:00
parent 34a01a7b4e
commit 1f9448027e
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}/storage/nextcloud:/var/www/html/data
- ${HDD_PATH}/appdata/nextcloud:/var/www/html/data
networks:
- traefik-public
- nextcloud-internal