Skip to content

Commit

Permalink
docs: Use mysql:8.0 instead of mariadb for ExpressionEngine quickstart (
Browse files Browse the repository at this point in the history
ddev#5965) [skip ci]
  • Loading branch information
ssssct authored Mar 14, 2024
1 parent 4928230 commit dd85188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ddev launch
```bash
mkdir my-ee && cd my-ee
unzip /path/to/ee-zipfile.zip
ddev config --auto
ddev config --database=mysql:8.0
ddev start
ddev launch /admin.php # Open installation wizard in browser
```
Expand Down

0 comments on commit dd85188

Please sign in to comment.