first add

This commit is contained in:
mm644706215
2025-09-30 20:45:51 +08:00
commit 2c10b421b4
15 changed files with 625 additions and 0 deletions

13
client/docker-compose.yml Normal file
View 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