@@ -4,7 +4,7 @@ services:
nginxsrv:
image: nginx:alpine
ports:
- - "80:80"
+ - "8080:80"
volumes:
- ../../../:/var/www/html
- ../../conf/etc/localtime:/etc/localtime:ro
@@ -53,7 +53,7 @@ http
return 403;
}
location / {
- index heart.html;
+ index index.html index.htm index.php;
location /mshop {