Skip to content

Commit

Permalink
integration: change mysql image
Browse files Browse the repository at this point in the history
a8m committed Feb 27, 2021
1 parent e7e30f7 commit dbebc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ services:
command: ['go', 'test', '-v', 'github.com/a8m/rql/integration']

mysql:
image: mariadb:10.3.6
image: mysql
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_DATABASE: test

0 comments on commit dbebc47

Please sign in to comment.