Browse Source

更改测试环境打包地址

qinhb 6 months ago
parent
commit
a2393541cf
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .run/docker_Dockerfile.run.xml
  2. 2 2
      docker/Dockerfile

+ 1 - 1
.run/docker_Dockerfile.run.xml

@@ -8,7 +8,7 @@
           <list>
             <DockerPortBindingImpl>
               <option name="containerPort" value="80" />
-              <option name="hostPort" value="22000" />
+              <option name="hostPort" value="10011" />
             </DockerPortBindingImpl>
           </list>
         </option>

+ 2 - 2
docker/Dockerfile

@@ -7,14 +7,14 @@ RUN echo "server {  \
                       listen       80; \
                       client_max_body_size 100m;\
                       location   /client-server/ { \
-                        proxy_pass              http://192.168.101.4:7103/; \
+                        proxy_pass              http://139.155.176.112:7101/; \
                         proxy_redirect          off; \
                         proxy_set_header        Host client-server; \
                         proxy_set_header        X-Real-IP \$remote_addr; \
                         proxy_set_header        X-Forwarded-For \$proxy_add_x_forwarded_for; \
                      } \
                       location /jgfile/ { \
-                              proxy_pass          http://192.168.101.4:9000/jgfile/; \
+                              proxy_pass          http://139.155.176.112:19000/jgfile/; \
                               proxy_redirect      off; \
                               proxy_set_header    Host jgfile; \
                               proxy_set_header    X-Real-IP \$remote_addr; \