1
0
Fork 0

Merge pull request #4984 from jippi/fix-rsync-arm-image

Docker: Use rsync container image that supports arm64 and amd64
This commit is contained in:
daniel 2024-04-05 22:07:02 -06:00 committed by GitHub
commit f1eaaa80be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3"
services:
migrate:
image: "secoresearch/rsync"
image: "servercontainers/rsync"
entrypoint: ""
working_dir: /migrate
command: 'bash -c "exit 1"'