mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 10:30:45 +02:00
11 lines
216 B
Bash
Executable File
11 lines
216 B
Bash
Executable File
#!/usr/bin/env bash
|
|
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
|