Expose v2raya LAN proxy ports
Deploy mini-pc / deploy (push) Failing after 1s
NixOS switch mini-pc / switch (push) Failing after 10m48s

This commit is contained in:
Dmitry
2026-05-30 11:54:48 +03:00
parent 8f3dcc415a
commit 9c9ad292b2
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ services:
privileged: true privileged: true
volumes: volumes:
- /opt/data/v2raya:/etc/v2raya - /opt/data/v2raya:/etc/v2raya
- /opt/data/v2raya-extra:/etc/v2raya-extra
environment: environment:
- V2RAYA_LOG_FILE=/tmp/v2raya.log - V2RAYA_LOG_FILE=/tmp/v2raya.log
- V2RAYA_V2RAY_BIN_PATH=/usr/local/bin/v2ray - V2RAYA_V2RAY_BIN_PATH=/usr/local/bin/v2ray
- V2RAYA_V2RAY_CONFDIR=/etc/v2raya-extra
+4 -2
View File
@@ -10,8 +10,10 @@
853 # DNS-over-TLS 853 # DNS-over-TLS
3001 # Uptime Kuma 3001 # Uptime Kuma
3015 3015
20171 # v2raya SOCKS5 10171 # v2raya SOCKS5 LAN
20172 # v2raya HTTP proxy 10172 # v2raya HTTP proxy LAN
20171 # v2raya SOCKS5 (localhost)
20172 # v2raya HTTP proxy (localhost)
20170 # v2raya mixed 20170 # v2raya mixed
4438 4438
5443 5443