From ae645ddd155d0c632ba0c934141b1d7c30fbd0c8 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Wed, 6 Mar 2024 20:45:04 +0000 Subject: [PATCH] Use rsync container image that supports arm64 and amd64 fixes https://github.com/pixelfed/pixelfed/issues/4979 --- docker-compose.migrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.migrate.yml b/docker-compose.migrate.yml index b31771f27..b7048b5b5 100644 --- a/docker-compose.migrate.yml +++ b/docker-compose.migrate.yml @@ -3,7 +3,7 @@ version: "3" services: migrate: - image: "secoresearch/rsync" + image: "servercontainers/rsync" entrypoint: "" working_dir: /migrate command: 'bash -c "exit 1"'