1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/v2ray/docker-compose.yml

8 lines
111 B
YAML
Raw Normal View History

2017-10-07 06:59:37 +00:00
v2ray:
image: v2ray/official
ports:
- "8001:8001"
volumes:
- ./data:/etc/v2ray
restart: always