chore(deps): update mzz2017/v2raya docker tag to v2.2.7.5 (#3649)
This commit is contained in:
34
apps/v2raya-global/2.2.7.5/data.yml
Normal file
34
apps/v2raya-global/2.2.7.5/data.yml
Normal 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
|
||||
27
apps/v2raya-global/2.2.7.5/docker-compose.yml
Normal file
27
apps/v2raya-global/2.2.7.5/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user