Skip to content

Commit

Permalink
Update docs/mysql.md
Browse files Browse the repository at this point in the history
Co-authored-by: Borislav Kosun <[email protected]>
  • Loading branch information
maxhelias and bkosun authored Feb 25, 2024
1 parent e6bad96 commit 855f4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Docker configuration of this repository is extensible thanks to Flex recipes. By default, the recipe installs PostgreSQL.
If you prefer to work with MySQL, follow these steps:

First, install the doctrine/orm pack as described: `docker compose exec php composer req symfony/orm-pack`
First, install the `symfony/orm-pack` package as described: `docker compose exec php composer req symfony/orm-pack`

## Docker Configuration
Change the database image to use MySQL instead of PostgreSQL in `compose.yaml`:
Expand Down

0 comments on commit 855f4cc

Please sign in to comment.