✨ feat(v2raya): add log file configuration for both global proxy and standard versions
- add V2RAYA_LOG_FILE environment variable set to /tmp/v2raya.log - apply logging configuration to both v2raya-global and v2raya services
This commit is contained in:
parent
5fbc84872a
commit
80ae2433e5
|
|
@ -20,6 +20,7 @@ services:
|
|||
- /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
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@ services:
|
|||
- /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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user