From 20be35c549a6fdaa51a189e91c233e56d216571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 15:36:29 +0200 Subject: [PATCH] fix filebrowser volumes electric bogaloo --- bootstrap.sh | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6412e4a..cc4450c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -153,7 +153,7 @@ mkdir -p \ /mnt/kdrive \ /opt/server/archivebox/archivebox-data \ /opt/server/freshrss \ - /opt/server/filebrowser + /opt/server/filebrowser/database echo echo "Configure rclone now." diff --git a/compose.yml b/compose.yml index ab1b5b3..8002019 100644 --- a/compose.yml +++ b/compose.yml @@ -68,7 +68,7 @@ services: - /mnt/kdrive/YouTube:/srv # FileBrowser database/config - - /opt/server/filebrowser/filebrowser.db:/database/filebrowser.db + - /opt/server/filebrowser/database:/database - /opt/server/filebrowser:/config volumes: