2
0
Эх сурвалжийг харах

Tagging update for 40.0.2

Mark Shust 3 жил өмнө
parent
commit
f4840b29b8

+ 5 - 0
CHANGELOG.md

@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - PHP image `8.0-fpm-develop` now available for testing purposes.
 
+## [40.0.2] - 2021-10-20
+
+### Fixed
+- Fixed Selenium configuration for MFTF [PR #554](https://github.com/markshust/docker-magento/pull/554).
+
 ## [40.0.1] - 2021-10-20
 
 ### Fixed

+ 0 - 5
compose/docker-compose.dev-linux.yml

@@ -1,8 +1,3 @@
-## Mark Shust's Docker Configuration for Magento
-## (https://github.com/markshust/docker-magento)
-##
-## Version 40.0.1
-
 version: "3"
 
 services:

+ 0 - 5
compose/docker-compose.dev-ssh.yml

@@ -1,8 +1,3 @@
-## Mark Shust's Docker Configuration for Magento
-## (https://github.com/markshust/docker-magento)
-##
-## Version 40.0.1
-
 version: "3"
 
 services:

+ 0 - 5
compose/docker-compose.dev.yml

@@ -1,8 +1,3 @@
-## Mark Shust's Docker Configuration for Magento
-## (https://github.com/markshust/docker-magento)
-##
-## Version 40.0.1
-
 version: "3"
 
 services:

+ 7 - 7
compose/docker-compose.yml

@@ -1,7 +1,7 @@
 ## Mark Shust's Docker Configuration for Magento
 ## (https://github.com/markshust/docker-magento)
 ##
-## Version 40.0.1
+## Version 40.0.2
 
 ## To use SSH, see https://github.com/markshust/docker-magento#ssh
 ## Linux users, see https://github.com/markshust/docker-magento#linux
@@ -25,17 +25,17 @@ services:
       - sockdata:/sock
       - ssldata:/etc/nginx/certs
 
-  ## extra_hosts is required for selenium
-  ## For extra_hosts, replace "magento.test" with the URL of your site,
-  ## and also replace 172.17.0.1 with the result of:
-  ## docker run --rm alpine ip route | awk 'NR==1 {print $3}'
   phpfpm:
     image: markoshust/magento-php:7.4-fpm-10
     links:
       - db
     volumes: *appvolumes
-  #  extra_hosts:
-  #    - "magento.test:172.17.0.1"
+    ## extra_hosts is required for selenium
+    ## For extra_hosts, replace "magento.test" with the URL of your site,
+    ## and also replace 172.17.0.1 with the result of:
+    ## docker run --rm alpine ip route | awk 'NR==1 {print $3}'
+    #extra_hosts:
+    #  - "magento.test:172.17.0.1"
 
   db:
     image: mariadb:10.4