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
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 15s
This commit is contained in:
parent
840852d7f5
commit
5ddb484b07
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user