database wordt weer hergecreeerd na elke restart
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
server:
|
||||
port: 80
|
||||
database: "./database/database.db"
|
||||
sources:
|
||||
- path: "/storage/Drive/home"
|
||||
name: "Mijn bestanden"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,7 +24,7 @@ gallery:
|
||||
- https://github.com/user-attachments/assets/162d7a95-33b7-49bd-976c-dd6822c0d22b
|
||||
- https://github.com/user-attachments/assets/aa32b05c-f917-47bb-b07f-857edc5e47f7
|
||||
releaseNotes: >-
|
||||
This update brings all 1.1.4 beta changes to stable. Laatste wijziging: 2025-01-11 17:47
|
||||
This update brings all 1.1.4 beta changes to stable. Laatste wijziging: 2025-01-11 18:12
|
||||
dependencies:
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
||||
Reference in New Issue
Block a user