ソースを参照

Reverted DB image back to percona:5.7 until issues with MySQL 8.0 image are resolved.

Mark Shust 4 年 前
コミット
213aad18aa
3 ファイル変更8 行追加3 行削除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      compose/docker-compose.dev.yml
  3. 2 2
      compose/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.
 
 - PHP image `8.0-fpm-develop` now available for testing purposes.
 
+## [36.0.1] - 2021-02-04
+
+### Updated
+- Reverted DB image back to `percona:5.7` until issues with MySQL 8.0 image are resolved.
+
 ## [36.0.0] - 2021-02-04
 
 ### Added

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

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

+ 2 - 2
compose/docker-compose.yml

@@ -1,7 +1,7 @@
 # Mark Shust's Docker Configuration for Magento
 # (https://github.com/markshust/docker-magento)
 #
-# Version 36.0.0
+# Version 36.0.1
 
 version: "3"
 
@@ -27,7 +27,7 @@ services:
     volumes: *appvolumes
 
   db:
-    image: mysql:8.0.23
+    image: percona:5.7
     command: --max_allowed_packet=64M
     ports:
       - "3306:3306"