Skip to content

Commit

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

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

mariadb-10.6:
<<: *mariadb
Expand Down

0 comments on commit 14533cf

Please sign in to comment.