xray_docker/docker-compose.yml
2024-02-27 14:17:40 +08:00

11 lines
176 B
YAML

version: "3.9"
services:
xray:
image: teddysun/xray:latest
restart: always
container_name: xray
network_mode: "host"
volumes:
- "./conf:/etc/xray"