Skip to content

Commit c1379e5

Browse files
authored
Merge pull request #120 from kenjis/update-docker-mysql-version
Update docker MySQL to 8.0
2 parents 17c5564 + 66e67b6 commit c1379e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/docker/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- PostgreSQL 13
66
- SQL Server 2019
7-
- MySQL 5.7
7+
- MySQL 8.0
8+
- Oracle Database 21c XE
89
- MailHog
910

1011
## Usage

src/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
MSSQL_PID: Developer
2121

2222
mysql:
23-
image: mysql:5.7
23+
image: mysql:8.0
2424
ports:
2525
- "3306:3306"
2626
environment:

0 commit comments

Comments
 (0)