mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Use rsync container image that supports arm64 and amd64
fixes https://github.com/pixelfed/pixelfed/issues/4979
This commit is contained in:
parent
eccdbe1f57
commit
ae645ddd15
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
migrate:
|
||||
image: "secoresearch/rsync"
|
||||
image: "servercontainers/rsync"
|
||||
entrypoint: ""
|
||||
working_dir: /migrate
|
||||
command: 'bash -c "exit 1"'
|
||||
|
|
Loading…
Reference in a new issue