vproxy/docker-compose.yaml
2024-02-27 10:15:54 +00:00

18 lines
341 B
YAML

version: '4'
# host
services:
v2:
container_name: v2
image: evlic/v2raya:latest
restart: always
init: true
network_mode: host
volumes:
- ${DIR}/v2a:/etc/v2raya
- /etc/localtime:/etc/localtime:ro
environment:
V2RAYA_LOG_LEVEL: debug
V2RAYA_ADDRESS: 0.0.0.0:7997
TZ:
TERM: