Merge pull request #4984 from jippi/fix-rsync-arm-image

Docker: Use rsync container image that supports arm64 and amd64
pull/5031/head
daniel 2024-04-05 22:07:02 -06:00 zatwierdzone przez GitHub
commit f1eaaa80be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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"'