stanley-king hace 1 año
padre
commit
ae0d35ff3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/compose/mh/conf/nginx/admin.conf

+ 1 - 1
docker/compose/mh/conf/nginx/admin.conf

@@ -77,7 +77,7 @@ http
 
         location /plot {
             root $folder_name;
-            proxy_pass         http://docker.hostip:5000;
+            proxy_pass         http://172.22.67.134:5000;
             proxy_redirect     off;
 
             proxy_set_header   Host                 $host;