EXPOSE 8003

This commit is contained in:
yidl 2025-08-29 21:49:48 +08:00
parent d23384412f
commit 8a2c66fa83
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 端口 # 在 nginx.conf.gateway 中配置了 8000 和 8001 端口
EXPOSE 8000 EXPOSE 8000
EXPOSE 8002 EXPOSE 8002
EXPOSE 8003
# 启动 Nginx 服务器 # 启动 Nginx 服务器
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]