test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 0109099167 - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# 环境变量配置 # 环境变量配置
ENV HOST="::" \ ENV HOST="::" \
PORT=12345 \ PORT=12345 \
WORKERS=4 \ WORKERS=2 \
LOG_LEVEL="info" LOG_LEVEL="info"
EXPOSE 12345 EXPOSE 12345