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 1m26s

This commit is contained in:
krisz 2025-08-22 15:00:06 +02:00
parent 2c9b683143
commit 840852d7f5

View File

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