Skip to content

Commit

Permalink
Merge pull request #146 from data-catering/renovate/mysql-9.x
Browse files Browse the repository at this point in the history
Update mysql Docker tag to v9.1.0
  • Loading branch information
pflooky authored Oct 16, 2024
2 parents acf609b + 4785feb commit 0b410d7
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 @@ -951,7 +951,7 @@ services:
condition: service_healthy
environment:
- "MYSQL_PASSWORD=${MYSQL_PASSWORD:-root}"
image: "mysql:${MYSQL_VERSION:-9.0.1}"
image: "mysql:${MYSQL_VERSION:-9.1.0}"
volumes:
- "./data/mysql/init.sh:/tmp/scripts/init.sh"
- "${MYSQL_DATA:-./data/mysql/data}:/tmp/data"
Expand All @@ -964,7 +964,7 @@ services:
retries: 3
test: [CMD, mysqladmin, ping, -h, localhost, -u, root, -p$$MYSQL_ROOT_PASSWORD]
timeout: 5s
image: "mysql:${MYSQL_VERSION:-9.0.1}"
image: "mysql:${MYSQL_VERSION:-9.1.0}"
ports:
- "3306:3306"
neo4j:
Expand Down

0 comments on commit 0b410d7

Please sign in to comment.