updated filebrowser volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user