Update docker-compose.yml

This commit is contained in:
pocketW 2022-08-04 11:12:21 +10:00 committed by GitHub
parent 455e9f72f4
commit 1b72ddcd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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