Files
XrayR-release/docker-compose.yml

9 lines
178 B
YAML
Raw Normal View History

2022-04-27 14:19:16 +10:00
version: '3'
services:
xrayr:
2022-08-04 11:12:21 +10:00
image: mengxin239/xrayr:latest
2022-04-27 14:19:16 +10:00
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always
network_mode: host