增加8002
This commit is contained in:
parent
768fc15d6b
commit
b71d14f3d8
|
@ -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 8001
|
EXPOSE 8001
|
||||||
|
EXPOSE 8002
|
||||||
|
|
||||||
# 启动 Nginx 服务器
|
# 启动 Nginx 服务器
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
Loading…
Reference in New Issue