mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
12 lines
247 B
YAML
12 lines
247 B
YAML
version: "3.8"
|
|
services:
|
|
v2ray:
|
|
image: vimagick/v2ray
|
|
command: v2ray run -c /etc/v2ray/config.yaml
|
|
ports:
|
|
- "10086:10086"
|
|
volumes:
|
|
- ./data/etc:/etc/v2ray
|
|
- ./data/log:/var/log/v2ray
|
|
restart: unless-stopped
|