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] 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: