Browse Source

Fixed typo in docker-compose.yml for linux

Fixes https://github.com/markoshust/docker-magento/issues/111
Mark Shust 6 năm trước cách đây
mục cha
commit
0c7bc5cf68

+ 5 - 0
CHANGELOG.md

@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 
 - N/A
 - N/A
 
 
+## [20.1.1] - 2018-12-10
+
+### Fixed
+- Fixed typo in docker-compose.yml for linux
+
 ## [20.1.0] - 2018-12-03
 ## [20.1.0] - 2018-12-03
 
 
 ### Added
 ### Added

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

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
 # Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
-# Version 20.1.0
+# Version 20.1.1
 
 
 version: "3"
 version: "3"
 
 
@@ -16,7 +16,7 @@ services:
       - ./src:/var/www/html:delegated
       - ./src:/var/www/html:delegated
       - ~/.composer:/var/www/.composer:delegated
       - ~/.composer:/var/www/.composer:delegated
       - appdata:/sock
       - appdata:/sock
-      # Linux only: uncomment the below volume mounts
+      # Linux only: comment the below volume mounts
       - appdata:/var/www/html/app
       - appdata:/var/www/html/app
       - appdata:/var/www/html/bin
       - appdata:/var/www/html/bin
       - appdata:/var/www/html/dev
       - appdata:/var/www/html/dev