Use rsync container image that supports arm64 and amd64

fixes https://github.com/pixelfed/pixelfed/issues/4979
pull/4984/head
Christian Winther 1 year ago
parent eccdbe1f57
commit ae645ddd15

@ -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