@@ -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,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"