Skip to content

Commit a77282a

Browse files
committed
3
1 parent 3d835dc commit a77282a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ clean_all:
3030
sudo rm -rf tests/tmp/docker_app/*
3131
sudo rm -rf tests/tmp/maria/*
3232
sudo rm -rf tests/tmp/cache/*
33+
sudo rm -rf tests/tmp/postgres/*
3334

3435
clean:
3536
sudo rm -rf tests/tmp/app/*

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- maria
2828
tty: true
2929
mysql:
30-
image: mysql:8
30+
image: mysql:8.0.37
3131
ports:
3232
- '13306:3306'
3333
volumes:

0 commit comments

Comments
 (0)