11 lines
176 B
YAML
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"
|