1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-03 05:34:14 +00:00

Use rsync container image that supports arm64 and amd64

fixes https://github.com/pixelfed/pixelfed/issues/4979
This commit is contained in:
Christian Winther 2024-03-06 20:45:04 +00:00
parent eccdbe1f57
commit ae645ddd15

View file

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