comment out Rclone sync command and replace with ls command for debugging in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 15s

This commit is contained in:
krisz 2025-08-22 15:03:57 +02:00
parent 840852d7f5
commit 5ddb484b07

View File

@ -125,7 +125,7 @@ services:
rclone-sync:
image: rclone/rclone:latest
entrypoint: [/bin/sh]
command: -c 'tail -f /var/log/syslog'
command: -c 'tail -f /dev/null'
#command: -c 'rclone sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
networks:
- public