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

Docker: Use rsync container image that supports arm64 and amd64
pull/5031/head
daniel 11 months ago committed by GitHub
commit f1eaaa80be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save