فهرست منبع

Use rsync container image that supports arm64 and amd64

fixes https://github.com/pixelfed/pixelfed/issues/4979
Christian Winther 1 سال پیش
والد
کامیت
ae645ddd15
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docker-compose.migrate.yml

+ 1 - 1
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"'