11 lines
197 B
YAML
11 lines
197 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
xray:
|
|
image: teddysun/xray
|
|
restart: always
|
|
container_name: xray
|
|
network_mode: "host"
|
|
volumes:
|
|
- './conf:/etc/xray'
|