소스 검색

Version bump on docker-compose files, 28.0.0

Mark Shust 5 년 전
부모
커밋
85f1a78e02
3개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제
  1. 8 0
      CHANGELOG.md
  2. 1 1
      compose/docker-compose.dev.yml
  3. 3 3
      compose/docker-compose.yml

+ 8 - 0
CHANGELOG.md

@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 
 N/A
 N/A
 
 
+## [28.0.0] - 2020-01-31
+
+### Updated
+- Upgraded NodeJS to 10.x, as 8.x was failing to install npm due to source repository updates <a href="https://github.com/markshust/docker-magento/issues/210">#210</a>
+
+### Removed
+- Removed PHP 7.1 image from filesystem as it has been deprecated. If you need to reference the last version of these images, they are available at <a href="https://github.com/markshust/docker-magento/tree/27.2.0/images/php/7.1">https://github.com/markshust/docker-magento/tree/27.2.0/images/php/7.1</a>
+
 ## [27.2.0] - 2020-01-22
 ## [27.2.0] - 2020-01-22
 
 
 ### Added
 ### Added

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

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

+ 3 - 3
compose/docker-compose.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
 # Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
-# Version 27.2.0
+# Version 28.0.0
 
 
 version: "3"
 version: "3"
 
 
@@ -19,7 +19,7 @@ services:
       - ssldata:/etc/nginx/certs
       - ssldata:/etc/nginx/certs
 
 
   phpfpm:
   phpfpm:
-    image: markoshust/magento-php:7.3-fpm-2
+    image: markoshust/magento-php:7.3-fpm-3
     links:
     links:
       - db
       - db
     volumes: *appvolumes
     volumes: *appvolumes
@@ -51,7 +51,7 @@ services:
 
 
   # Disabling cron by default as it uses higher CPU, enable if needed
   # Disabling cron by default as it uses higher CPU, enable if needed
   #cron:
   #cron:
-  #  image: markoshust/magento-php:7.3-fpm-2
+  #  image: markoshust/magento-php:7.3-fpm-3
   #  user: root
   #  user: root
   #  command: /usr/local/bin/cronstart
   #  command: /usr/local/bin/cronstart
   #  tty: true
   #  tty: true