fix kdrive and volume

This commit is contained in:
2026-07-23 20:59:34 +02:00
parent 3a02d03f67
commit fb2f7a78e7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
volumes:
# Local SSD: database + config + metadata
- ./archivebox-data:/data
- /opt/server/archivebox/archivebox-data:/data
# kDrive: only the heavy archive content
- /mnt/kdrive/Archive:/data/archive
+2
View File
@@ -3,6 +3,8 @@ set -e
cd "$(dirname "$0")/.."
systemctl status kdrive-rclone | (echo "Exiting kDrive is not running..." & exit 1)
docker compose pull
docker compose up -d
docker compose run archivebox server