Skip to content

Commit 3d0eb53

Browse files
Merge pull request #164 from datacite/specify_mysql8
Upgrade docker-compose for mysql 8
2 parents dc00344 + 6e9ef01 commit 3d0eb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
environment:
2828
- MYSQL_DATABASE=datacite
2929
- MYSQL_ALLOW_EMPTY_PASSWORD="yes"
30-
image: mysql:5.7
30+
image: mysql:8.0
3131
ports:
3232
- "3311:3306"
3333
networks:

0 commit comments

Comments
 (0)