Skip to content

Commit

Permalink
Merge pull request #179 from datacite/specify_mysql8
Browse files Browse the repository at this point in the history
Upgrade docker-compose for mysql 8
  • Loading branch information
richardhallett authored Apr 25, 2024
2 parents 3e01dbb + 48eb4fb commit 0c4f17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
environment:
MYSQL_DATABASE: metrics
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
image: mysql:5.7
image: mysql:8.0
ports:
- "3314:3306"
networks:
Expand Down

0 comments on commit 0c4f17d

Please sign in to comment.