save
This commit is contained in:
parent
80a1063d7d
commit
331b5519c4
|
@ -9,6 +9,7 @@ COPY nginx.conf.gateway /etc/nginx/nginx.conf
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
EXPOSE 8001
|
EXPOSE 8001
|
||||||
EXPOSE 8002
|
EXPOSE 8002
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
# 启动 Nginx 服务器
|
# 启动 Nginx 服务器
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
Loading…
Reference in New Issue