Bläddra i källkod

Use rsync container image that supports arm64 and amd64

fixes https://github.com/pixelfed/pixelfed/issues/4979
Christian Winther 1 år sedan
förälder
incheckning
ae645ddd15
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docker-compose.migrate.yml

+ 1 - 1
docker-compose.migrate.yml

@@ -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"'