Use rsync container image that supports arm64 and amd64

fixes https://github.com/pixelfed/pixelfed/issues/4979
pull/4984/head
Christian Winther 2024-03-06 20:45:04 +00:00
rodzic eccdbe1f57
commit ae645ddd15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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