mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Merge pull request #4984 from jippi/fix-rsync-arm-image
Docker: Use rsync container image that supports arm64 and amd64
This commit is contained in:
commit
f1eaaa80be
1 changed files with 1 additions and 1 deletions
|
@ -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"'
|
||||||
|
|
Loading…
Reference in a new issue