This commit is contained in:
cjw
2026-02-13 01:01:20 +08:00
parent d95d8610b4
commit 2c5d840117
+3
View File
@@ -4,6 +4,9 @@ HOST=0.0.0.0
# 端口配置 - 唯一修改端口的地方
# ================================
# 应用端口(容器内端口)
PORT=10003
# Docker映射到宿主机的端口(docker-compose使用)
HOST_PORT=10001