Commit 07d15f65 by zhangxingmin

配置

parent c0595196
...@@ -60,5 +60,5 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.22/main/" > /etc/apk/repositories ...@@ -60,5 +60,5 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.22/main/" > /etc/apk/repositories
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone echo "Asia/Shanghai" > /etc/timezone
EXPOSE 8102 EXPOSE 8103
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]
...@@ -5,7 +5,7 @@ upstream gateway_load_balance { ...@@ -5,7 +5,7 @@ upstream gateway_load_balance {
} }
server { server {
listen 8102; listen 8103;
server_name 139.224.121.29; server_name 139.224.121.29;
# 处理前端静态资源(Vue应用) # 处理前端静态资源(Vue应用)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment