File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ The currently supported packages are:
2222> [ !WARNING]
2323>
2424> We recommend that you use the ` composer require ` command inside the container
25- > in development mode so that recipes can be applied correctly
25+ > in development mode so that recipes can be applied correctly.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Change the database image to use MySQL instead of PostgreSQL in `compose.yaml`:
4848<!-- markdownlint-enable MD013 -->
4949
5050Depending on the database configuration,
51- modify the environment in the same file at ` services.php.environment.DATABASE_URL `
51+ modify the environment in the same file at ` services.php.environment.DATABASE_URL ` :
5252
5353``` yaml
5454DATABASE_URL : mysql://${MYSQL_USER:-app}:${MYSQL_PASSWORD:-!ChangeMe!}@database:3306/${MYSQL_DATABASE:-app}?serverVersion=${MYSQL_VERSION:-8}&charset=${MYSQL_CHARSET:-utf8mb4}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ to inject options block, directive or configuration.
7171> [ !TIP]
7272>
7373> All the following environment variables can be defined in your ` .env ` file
74- > at the root of the project to keep them persistent at each startup
74+ > at the root of the project to keep them persistent at each startup.
7575
7676<!-- markdownlint-disable MD013 -->
7777
You can’t perform that action at this time.
0 commit comments