XrayR-release/docker-compose.yml
2022-09-10 22:21:45 +10:00

9 lines
189 B
YAML

version: '3'
services:
xrayr:
image: ghcr.io/xrayr-project/xrayr:latest
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always
network_mode: host