Skip to content

Commit

Permalink
Temporary change
Browse files Browse the repository at this point in the history
  • Loading branch information
lorefnon committed Jun 30, 2019
1 parent 8158eb3 commit 3a8a6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-compose.yml
Expand Up @@ -22,7 +22,7 @@ services:
- 'until /opt/mssql-tools/bin/sqlcmd -S mssql -U sa -P S0meVeryHardPassword -d master -Q "CREATE DATABASE knex_test"; do sleep 5; done'

mysql:
image: mysql:latest
image: mysql:8.0.16
command: --default-authentication-plugin=mysql_native_password
ports:
- '23306:3306'
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
entrypoint:
- bash
- -c
- 'until /usr/bin/mysql -hmysql -utestuser -ptestpassword -e "SELECT 1"; do sleep 5; done'
- 'until /usr/bin/mysql -hmysql -utestuser -ptestpassword -e "SELECT VERSION()"; do sleep 5; done'

postgres:
image: postgres:alpine
Expand Down

0 comments on commit 3a8a6d9

Please sign in to comment.