mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-17 06:14:09 +01:00
remove: log compression and rotate from image environment
these are now configured through the webui
This commit is contained in:
@@ -93,9 +93,7 @@ def start_zoraxy():
|
||||
f"-docker={ getenv('DOCKER', 'true') }",
|
||||
f"-earlyrenew={ getenv('EARLYRENEW', '30') }",
|
||||
f"-enablelog={ getenv('ENABLELOG', 'true') }",
|
||||
f"-enablelogcompress={ getenv('ENABLELOGCOMPRESS', 'true') }",
|
||||
f"-fastgeoip={ getenv('FASTGEOIP', 'false') }",
|
||||
f"-logrotate={ getenv('LOGROTATE', '0') }",
|
||||
f"-mdns={ getenv('MDNS', 'true') }",
|
||||
f"-mdnsname={ getenv('MDNSNAME', "''") }",
|
||||
f"-noauth={ getenv('NOAUTH', 'false') }",
|
||||
|
||||
Reference in New Issue
Block a user