mirror of
https://github.com/isboyjc/GoProxy.git
synced 2026-05-07 08:23:09 +08:00
feat: support WEBUI_PASSWORD env var with default password
Set default WebUI password to "proxygo" and allow customization via WEBUI_PASSWORD environment variable, eliminating the need to manually compute SHA256 hashes and modify source code.
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- DATA_DIR=/app/data
|
||||
# - WEBUI_PASSWORD=your-password # 自定义 WebUI 登录密码,默认: proxygo
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:7778/"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user