1
0

chore(deps): update mzz2017/v2raya docker tag to v2.2.7.5 (#3649)

This commit is contained in:
renovate[bot]
2026-01-25 05:11:37 +00:00
committed by GitHub
parent c6c18ee585
commit 4b63747a96
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,34 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: V2RAYA_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 2017
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: 32346
edit: true
envKey: PANEL_APP_PORT_PLUGIN
labelZh: 插件监听端口
labelEn: Plugin listening port
label:
en: Plugin listening port
zh: 插件监听端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
v2raya:
image: mzz2017/v2raya:v2.2.7.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: "host"
privileged: true
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- 20170-20172:20170-20172
volumes:
- ${V2RAYA_ROOT_PATH}/v2raya:/etc/v2raya
- /etc/resolv.conf:/etc/resolv.conf
- /lib/modules:/lib/modules:ro
environment:
- V2RAYA_ADDRESS=0.0.0.0:${PANEL_APP_PORT_HTTP}
- V2RAYA_LOG_FILE=/tmp/v2raya.log
- V2RAYA_PLUGINLISTENPORT=${PANEL_APP_PORT_PLUGIN}
- IPTABLES_MODE=legacy
- V2RAYA_NFTABLES_SUPPORT=off
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray