精简提交历史记录
This commit is contained in:
18
apps/v2raya/latest/docker-compose.yml
Normal file
18
apps/v2raya/latest/docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user