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.
1 parent 3d835dc commit a77282aCopy full SHA for a77282a
Makefile
@@ -30,6 +30,7 @@ clean_all:
30
sudo rm -rf tests/tmp/docker_app/*
31
sudo rm -rf tests/tmp/maria/*
32
sudo rm -rf tests/tmp/cache/*
33
+ sudo rm -rf tests/tmp/postgres/*
34
35
clean:
36
sudo rm -rf tests/tmp/app/*
docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
- maria
28
tty: true
29
mysql:
- image: mysql:8
+ image: mysql:8.0.37
ports:
- '13306:3306'
volumes:
0 commit comments