10 lines
239 B
YAML
10 lines
239 B
YAML
services:
|
|
v2raya:
|
|
image: mzz2017/v2raya:latest
|
|
container_name: v2raya
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
V2RAYA_LOG_FILE: /tmp/v2raya.log
|
|
volumes:
|
|
- /opt/configs/v2raya:/etc/v2raya |