EXPOSE 8003
This commit is contained in:
parent
d23384412f
commit
8a2c66fa83
|
@ -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;"]
|
||||||
|
|
Loading…
Reference in New Issue