mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2026-04-03 18:40:50 +08:00
9 lines
176 B
YAML
9 lines
176 B
YAML
|
|
version: '3'
|
||
|
|
services:
|
||
|
|
xrayr:
|
||
|
|
image: crackair/xrayr:latest
|
||
|
|
volumes:
|
||
|
|
- ./config:/etc/XrayR/ # 映射配置文件夹
|
||
|
|
restart: always
|
||
|
|
network_mode: host
|