Fix Flame Dashboard: Clear volume and update docker-compose.dev.yml

This commit is contained in:
2025-05-27 04:07:05 -05:00
parent c09bb77216
commit 0b6f55ea48
4 changed files with 956 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo "Starting rclone sync at $(date)"
rclone sync /data nextcloud:/ --config=/config/rclone/rclone.conf --log-level INFO --log-file=/data/rclone.log
echo "Rclone sync completed at $(date)"