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: