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,28 @@
networks:
1panel-network:
external: true
services:
v2raya:
image: mzz2017/v2raya:v2.2.7.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
privileged: true
ports:
- ${PANEL_APP_PORT_HTTP}:2017
- ${SOCKS5_PROXY_PORT}:20170
- ${HTTP_PROXY_PORT}:20171
- ${HTTP_SHUNT_PROXY_PORT}:20172
volumes:
- ./v2raya:/etc/v2raya
- /etc/localtime:/etc/localtime:ro
- /lib/modules:/lib/modules:ro
environment:
- V2RAYA_ADDRESS=0.0.0.0:2017
- V2RAYA_LOG_FILE=/tmp/v2raya.log
- V2RAYA_PLUGINLISTENPORT=32346
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray