Skip to content

Commit 3852f4c

Browse files
author
David Baum
committed
set mysql image version to 5.7
5.8 changed some defaults and does not work for us at the moment
1 parent b96623e commit 3852f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evaluationserver/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
db:
4-
image: mysql
4+
image: mysql:5.7
55
environment:
66
MYSQL_ROOT_PASSWORD: dbpassword_for_user
77
MYSQL_DATABASE: eval_server_development
@@ -20,4 +20,4 @@ services:
2020
- db
2121
volumes:
2222
bundle:
23-
driver: local
23+
driver: local

0 commit comments

Comments
 (0)