Add files via upload

This commit is contained in:
pocketW
2022-04-27 14:19:16 +10:00
committed by GitHub
commit 29edb46e12
14 changed files with 12611 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
version: '3'
services:
xrayr:
image: crackair/xrayr:latest
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always
network_mode: host