update rclone-test service to use 'lsd' command for improved debugging in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m8s
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m8s
This commit is contained in:
parent
ccd560a7b9
commit
32f94bb3eb
@ -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 sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
|
command: -c 'rclone sync /data GDrive:immich/full_backup --backup-dir=GDrive:immich/archive/$$(date +%Y-%m-%d) --progress'
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
volumes:
|
volumes:
|
||||||
@ -143,7 +143,7 @@ services:
|
|||||||
|
|
||||||
rclone-test:
|
rclone-test:
|
||||||
image: rclone/rclone:latest
|
image: rclone/rclone:latest
|
||||||
command: lsd GDrive:immich/archive
|
command: lsd GDrive:immich/full_backup
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user