Compare commits

..

2 Commits

Author SHA1 Message Date
7e1a79c073 Merge pull request 'Update mysql Docker tag to v9' (#12) from renovate/mysql-9.x into main
Reviewed-on: #12
2026-05-06 12:45:26 +00:00
60076c7550 Update mysql Docker tag to v9 2026-05-06 11:37:52 +00:00

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