Skip to content

Commit

Permalink
Merge pull request #108 from data-catering/renovate/mysql-9.x
Browse files Browse the repository at this point in the history
Update mysql Docker tag to v9
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 61cd1bf + b8b3684 commit f518366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ services:
condition: service_healthy
environment:
- "MYSQL_PASSWORD=${MYSQL_PASSWORD:-root}"
image: "mysql:${MYSQL_VERSION:-8.4.2}"
image: "mysql:${MYSQL_VERSION:-9.0.1}"
volumes:
- "./data/mysql/init.sh:/tmp/scripts/init.sh"
- "${MYSQL_DATA:-./data/mysql/data}:/tmp/data"
Expand All @@ -921,7 +921,7 @@ services:
retries: 3
test: [CMD, mysqladmin, ping, -h, localhost, -u, root, -p$$MYSQL_ROOT_PASSWORD]
timeout: 5s
image: "mysql:${MYSQL_VERSION:-8.4.2}"
image: "mysql:${MYSQL_VERSION:-9.0.1}"
ports:
- "3306:3306"
neo4j:
Expand Down

0 comments on commit f518366

Please sign in to comment.