Updating mysql version to allow to run on OS X as well
This commit is contained in:
parent
c2703558d7
commit
743df3ae7d
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
- ./testdata/init/postgres:/docker-entrypoint-initdb.d
|
||||
|
||||
mysql:
|
||||
image: mysql:8.0.27
|
||||
image: mysql:8.0
|
||||
command: ['--default-authentication-plugin=mysql_native_password', '--log_bin_trust_function_creators=1']
|
||||
restart: always
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue