Skip to content

Commit 84c0a32

Browse files
committed
Revert "docker test 8.0"
This reverts commit b9a2b66.
1 parent 91eacbc commit 84c0a32

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docker-compose.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,17 @@ x-mariadb: &mariadb
2121
--binlog-format=row
2222
2323
services:
24-
percona-8.0:
24+
percona-5.7:
2525
<<: *mysql
26-
image: percona:8.0.23-14
26+
image: percona:5.7
2727
ports:
2828
- "3306:3306"
29-
environment:
30-
MYSQL_ALLOW_EMPTY_PASSWORD : "yes"
3129

32-
percona-8.0-ctl:
30+
percona-5.7-ctl:
3331
<<: *mysql
34-
image: percona:8.0.23-14
32+
image: percona:5.7
3533
ports:
3634
- "3307:3306"
37-
environment:
38-
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
3935

4036
mariadb-10.6:
4137
<<: *mariadb

0 commit comments

Comments
 (0)