Browse Source

Update docker-compose.yml

pocketW 3 years ago
parent
commit
1b72ddcd8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -1,7 +1,7 @@
 version: '3'
 services: 
   xrayr: 
-    image: crackair/xrayr:latest
+    image: mengxin239/xrayr:latest
     volumes:
       - ./config:/etc/XrayR/ # 映射配置文件夹
     restart: always