增加8002

This commit is contained in:
易栋梁 2025-06-29 18:18:48 +08:00
parent 768fc15d6b
commit b71d14f3d8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ COPY nginx.conf.gateway /etc/nginx/nginx.conf
# 在 nginx.conf.gateway 中配置了 8000 和 8001 端口
EXPOSE 8000
EXPOSE 8001
EXPOSE 8002
# 启动 Nginx 服务器
CMD ["nginx", "-g", "daemon off;"]