change port
This commit is contained in:
@@ -9,5 +9,5 @@ services:
|
||||
- ./v2ray-client.json:/etc/v2ray/config.json:ro
|
||||
command: ["run", "-c", "/etc/v2ray/config.json"]
|
||||
ports:
|
||||
- "1080:1080" # SOCKS5
|
||||
- "8080:8080" # HTTP
|
||||
- "127.0.0.1:11080:11080" # SOCKS5
|
||||
- "127.0.0.1:18080:18080" # HTTP
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 1080,
|
||||
"port": 11080,
|
||||
"listen": "0.0.0.0",
|
||||
"protocol": "socks",
|
||||
"settings": { "auth": "noauth", "udp": true }
|
||||
},
|
||||
{
|
||||
"port": 8080,
|
||||
"port": 18080,
|
||||
"listen": "0.0.0.0",
|
||||
"protocol": "http",
|
||||
"settings": {}
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 1080,
|
||||
"port": 11080,
|
||||
"listen": "0.0.0.0",
|
||||
"protocol": "socks",
|
||||
"settings": { "auth": "noauth", "udp": true }
|
||||
},
|
||||
{
|
||||
"port": 8080,
|
||||
"port": 18080,
|
||||
"listen": "0.0.0.0",
|
||||
"protocol": "http",
|
||||
"settings": {}
|
||||
|
||||
Reference in New Issue
Block a user