Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ca248d3 commit 08336e3
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.0}"
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.0}"
image: "mysql:${MYSQL_VERSION:-9.0.1}"
ports:
- "3306:3306"
neo4j:
Expand Down

0 comments on commit 08336e3

Please sign in to comment.