init x
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
# 服务配置
|
# 服务配置
|
||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# 端口配置 - 唯一修改端口的地方
|
# 端口配置 - 唯一修改端口的地方
|
||||||
# ================================
|
# ================================
|
||||||
# 应用端口(容器内端口)
|
# 应用端口(容器内端口)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PORT=10003
|
PORT=10003
|
||||||
# Docker映射到宿主机的端口(docker-compose使用)
|
# Docker映射到宿主机的端口(docker-compose使用)
|
||||||
HOST_PORT=10001
|
HOST_PORT=10001
|
||||||
|
|||||||
Reference in New Issue
Block a user