Skip to content

Commit

Permalink
docker test 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-k1 committed Sep 18, 2023
1 parent 985d1d6 commit b9a2b66
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,21 @@ x-mariadb: &mariadb
--binlog-format=row
services:
percona-5.7:
percona-8.0:
<<: *mysql
image: percona:5.7
image: percona:8.0.15-5
ports:
- "3306:3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD : "yes"

percona-5.7-ctl:
percona-8.0-ctl:
<<: *mysql
image: percona:5.7
image: percona:8.0.15-5
ports:
- "3307:3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"

mariadb-10.6:
<<: *mariadb
Expand Down

0 comments on commit b9a2b66

Please sign in to comment.