Skip to content

Commit 30b5fe2

Browse files
committed
mysql 8.0.23 env Test
1 parent 3e839c7 commit 30b5fe2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docker-compose.yml

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

30-
percona-5.7-ctl:
32+
percona-8.0-ctl:
3133
<<: *mysql
32-
image: percona:5.7
34+
image: percona:8.0.23-14
3335
ports:
3436
- "3307:3306"
37+
environment:
38+
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
3539

3640
mariadb-10.6:
3741
<<: *mariadb

0 commit comments

Comments
 (0)