Update mysql Docker tag to v9

This commit is contained in:
2026-05-06 11:37:52 +00:00
parent 061c4f4c87
commit 60076c7550

View File

@@ -29,7 +29,7 @@ services:
GRAPHQL_ENDPOINT_PUBLIC: http://localhost:3000/graphql
GRAPHQL_ENDPOINT_INTERNAL: http://backend:3000/graphql
database:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root