We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c5564 + 66e67b6 commit c1379e5Copy full SHA for c1379e5
src/docker/README.md
@@ -4,7 +4,8 @@
4
5
- PostgreSQL 13
6
- SQL Server 2019
7
-- MySQL 5.7
+- MySQL 8.0
8
+- Oracle Database 21c XE
9
- MailHog
10
11
## Usage
src/docker/docker-compose.yaml
@@ -20,7 +20,7 @@ services:
20
MSSQL_PID: Developer
21
22
mysql:
23
- image: mysql:5.7
+ image: mysql:8.0
24
ports:
25
- "3306:3306"
26
environment:
0 commit comments