1
0

精简提交历史记录

This commit is contained in:
okxlin
2023-11-09 19:15:01 +08:00
commit 691aa7aac9
1529 changed files with 800341 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "3"
services:
v2raya:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
privileged: true
environment:
- V2RAYA_CONFIG:/etc/v2raya
- V2RAYA_ADDRESS=0.0.0.0:${PANEL_APP_PORT_HTTP}
- V2RAYA_PLUGINLISTENPORT:${PLUGIN_PORT}
volumes:
- "${DATA_PATH}/v2raya:/etc/v2raya"
- /lib/modules:/lib/modules:ro
- /etc/resolv.conf:/etc/resolv.conf
image: mzz2017/v2raya:latest
labels:
createdBy: "Apps"