@@ -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;
@@ -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:
- gxweb:
+ web:
image: php-fpm:alpine
- "9700:9000"