Fix config location

This commit is contained in:
Christiaan Westerbeek
2026-01-11 14:42:37 +01:00
parent faaec9815f
commit def0f69d4a
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ services:
web:
image: ghcr.io/gtsteffaniak/filebrowser:1.1.0-stable@sha256:3db0a5ebde84ff1de72c93f776495089e79f3e710e931687c1a720c162e32a20
restart: on-failure
environment:
FILEBROWSER_CONFIG: "data/config.yaml" # overrides the default path which is ./config.yaml
FILEBROWSER_ADMIN_PASSWORD: "change-me"
TZ: "Europe/Amsterdam"
volumes:
- ${UMBREL_ROOT}/data/storage:/storage # your files (unchanged, good)
- ${APP_DATA_DIR}/data:/home/filebrowser/data # single mount for config + database + cache/tmp