瀏覽代碼

Fixed typo in docker-compose.yml for linux

Fixes https://github.com/markoshust/docker-magento/issues/111
Mark Shust 6 年之前
父節點
當前提交
0c7bc5cf68
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 5 0
      CHANGELOG.md
  2. 2 2
      compose/magento-2/docker-compose.yml

+ 5 - 0
CHANGELOG.md

@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - N/A
 
+## [20.1.1] - 2018-12-10
+
+### Fixed
+- Fixed typo in docker-compose.yml for linux
+
 ## [20.1.0] - 2018-12-03
 
 ### 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)
-# Version 20.1.0
+# Version 20.1.1
 
 version: "3"
 
@@ -16,7 +16,7 @@ services:
       - ./src:/var/www/html:delegated
       - ~/.composer:/var/www/.composer:delegated
       - 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/bin
       - appdata:/var/www/html/dev