We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 679d403 + 31a85b3 commit 388e7ccCopy full SHA for 388e7cc
docker-compose.yml
@@ -27,11 +27,11 @@ services:
27
- maria
28
tty: true
29
mysql:
30
- image: mysql:8
+ image: mysql:8.0.37
31
ports:
32
- '13306:3306'
33
volumes:
34
- - mysql:/var/lib/mysql:rw
+ - ./tests/tmp/mysql:/var/lib/mysql:rw
35
environment:
36
TZ: UTC
37
MYSQL_ALLOW_EMPTY_PASSWORD: 1
tests/.gitignore
@@ -1 +1 @@
1
-/tmp
+/tmp
0 commit comments