stanley-king hai 1 ano
pai
achega
ee3df73fd0

+ 1 - 1
docker/compose/gx/conf/nginx/nginx_admin.conf

@@ -111,7 +111,7 @@ http
         location ~ \.php$ {
 	        add_header Cache-Control no-store;
             root           $folder_name;
-            fastcgi_pass   gxweb:9000;
+            fastcgi_pass   web:9000;
 #             fastcgi_pass   docker.hostip:9700;
 
             fastcgi_index  index.php;

+ 3 - 3
docker/compose/gx/gx-admin/docker-compose.yml

@@ -1,7 +1,7 @@
 version: "3.7"
 
 services:
-  gxnginx:
+  nginx:
     image: nginx:alpine
     ports:
       - "8180:80"
@@ -19,7 +19,7 @@ services:
     networks:
       - net_gxshop
 
-  gxmch:
+  mch:
     image: php-zts:7.3.18
     volumes:
       - ../../../../:/var/www/html
@@ -34,7 +34,7 @@ services:
     networks:
       - net_gxshop
 
-  gxweb:
+  web:
     image: php-fpm:alpine
     ports:
       - "9700:9000"