updated filebrowser volume

This commit is contained in:
2026-02-12 14:58:44 +01:00
parent 1ff89ab9da
commit 5b0c6aa9c0
+3 -3
View File
@@ -7,8 +7,8 @@
# (none required)
#
# Storage layout:
# Browsable files → {{HDD_PATH}} (HDD, host path — entire disk)
# App config/DB → filebrowser_config (named volume, NVMe)
# Browsable files → {{HDD_PATH}}/storage/filebrowser (HDD, host path — user files only)
# App config/DB → filebrowser_config (named volume, NVMe)
#
# First-time setup:
# Default login: admin / admin — change immediately!
@@ -23,7 +23,7 @@ services:
- PUID=1000
- PGID=1000
volumes:
- {{HDD_PATH}}:/srv
- {{HDD_PATH}}/storage/filebrowser:/srv
- filebrowser_config:/database
networks:
- traefik-public