Ver Fonte

bin/stop doesn't stop Mailhog #162

Mark Shust há 6 anos atrás
pai
commit
f91cbc196d

+ 5 - 0
CHANGELOG.md

@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - N/A
 
+## [23.2.1] - 2019-07-11
+
+### Fixed
+- Mailhog container doesn't stop when running bin/stop
+
 ## [23.2.0] - 2019-07-07
 
 ### Added

+ 1 - 1
compose/magento-2/bin/stop

@@ -1,2 +1,2 @@
 #!/bin/bash
-docker-compose stop
+docker-compose -f docker-compose.yml -f docker-compose.dev.yml stop

+ 1 - 1
compose/magento-2/docker-compose.dev.yml

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

+ 1 - 1
compose/magento-2/docker-compose.yml

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