Files
XrayR-release/docker-compose.yml

9 lines
189 B
YAML
Raw Normal View History

2022-04-27 14:19:16 +10:00
version: '3'
services:
xrayr:
2022-09-10 22:21:45 +10:00
image: ghcr.io/xrayr-project/xrayr:latest
2022-04-27 14:19:16 +10:00
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always
network_mode: host