mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
160 B
YAML
10 lines
160 B
YAML
version: "3.8"
|
|
services:
|
|
v2ray:
|
|
image: vimagick/v2ray
|
|
ports:
|
|
- "10086:10086"
|
|
volumes:
|
|
- ./data:/etc/v2ray
|
|
restart: unless-stopped
|