database wordt weer hergecreeerd na elke restart

This commit is contained in:
Christiaan Westerbeek
2026-01-11 18:13:44 +01:00
parent 72f85a192d
commit 2e31ab88c4
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ services:
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_CONFIG: "/home/filebrowser/data/config.yaml"
FILEBROWSER_DATABASE: "/home/filebrowser/data/database.db"
volumes:
- ${UMBREL_ROOT}/data/storage:/storage
- ${APP_DATA_DIR}/data/:/home/filebrowser/data