From d2eb7046e8e913b4b92e989bc3f278992da93220 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:05:42 +0200 Subject: [PATCH 1/2] fix mysql version --- templates/compose/wordpress-with-mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/wordpress-with-mysql.yaml b/templates/compose/wordpress-with-mysql.yaml index edb41fc1b..ad6e203fa 100644 --- a/templates/compose/wordpress-with-mysql.yaml +++ b/templates/compose/wordpress-with-mysql.yaml @@ -22,7 +22,7 @@ services: timeout: 10s retries: 10 mysql: - image: mysql:5.7 + image: mysql:8 volumes: - mysql-data:/var/lib/mysql environment: From 0243ddd52bb182a261e1d3ae207db9adce3ce175 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:09:12 +0200 Subject: [PATCH 2/2] fix classicpress --- templates/compose/classicpress-with-mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/classicpress-with-mysql.yaml b/templates/compose/classicpress-with-mysql.yaml index 5304a694f..6afbf5ee4 100644 --- a/templates/compose/classicpress-with-mysql.yaml +++ b/templates/compose/classicpress-with-mysql.yaml @@ -22,7 +22,7 @@ services: timeout: 10s retries: 10 mariadb: - image: mysql:5.7 + image: mysql:8 volumes: - mysql-data:/var/lib/mysql environment: