mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-08 05:19:55 +00:00
9 lines
178 B
YAML
9 lines
178 B
YAML
version: '3'
|
|
services:
|
|
xrayr:
|
|
image: mengxin239/xrayr:latest
|
|
volumes:
|
|
- ./config:/etc/XrayR/ # 映射配置文件夹
|
|
restart: always
|
|
network_mode: host
|