update Rclone service to revise entrypoint syntax in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 8s
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 8s
This commit is contained in:
parent
c9a92005eb
commit
086a094624
@ -124,8 +124,8 @@ services:
|
||||
|
||||
rclone-sync:
|
||||
image: rclone/rclone:latest
|
||||
entrypoint: ""
|
||||
command: /bin/sh -c 'rclone sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
|
||||
entrypoint: [/bin/sh]
|
||||
command: -c 'rclone sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
|
||||
networks:
|
||||
- public
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user