updated filebrowser volume
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
# (none required)
|
# (none required)
|
||||||
#
|
#
|
||||||
# Storage layout:
|
# Storage layout:
|
||||||
# Browsable files → {{HDD_PATH}} (HDD, host path — entire disk)
|
# Browsable files → {{HDD_PATH}}/storage/filebrowser (HDD, host path — user files only)
|
||||||
# App config/DB → filebrowser_config (named volume, NVMe)
|
# App config/DB → filebrowser_config (named volume, NVMe)
|
||||||
#
|
#
|
||||||
# First-time setup:
|
# First-time setup:
|
||||||
# Default login: admin / admin — change immediately!
|
# Default login: admin / admin — change immediately!
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- {{HDD_PATH}}:/srv
|
- {{HDD_PATH}}/storage/filebrowser:/srv
|
||||||
- filebrowser_config:/database
|
- filebrowser_config:/database
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
|
|||||||
Reference in New Issue
Block a user