diff --git a/spring-mysql-example/compose.yaml b/spring-mysql-example/compose.yaml index 803695d..c8569bf 100644 --- a/spring-mysql-example/compose.yaml +++ b/spring-mysql-example/compose.yaml @@ -17,7 +17,7 @@ services: SPRING_JPA_SHOW_SQL: false mysql-db: - image: mysql:8.1 + image: mysql:8.4 container_name: mysql-db ports: - "3306:3306"