update docker url

This commit is contained in:
pocketW
2022-09-10 22:21:45 +10:00
parent 1b72ddcd8f
commit f90dfaa6dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: '3'
services:
xrayr:
image: mengxin239/xrayr:latest
image: ghcr.io/xrayr-project/xrayr:latest
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always