first add
This commit is contained in:
13
client/docker-compose.yml
Normal file
13
client/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
v2ray-client:
|
||||
image: v2fly/v2fly-core:latest
|
||||
container_name: v2ray-client
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./v2ray-client.json:/etc/v2ray/config.json:ro
|
||||
command: ["run", "-c", "/etc/v2ray/config.json"]
|
||||
ports:
|
||||
- "1080:1080" # SOCKS5
|
||||
- "8080:8080" # HTTP
|
||||
Reference in New Issue
Block a user