diff --git a/symfony/index.md b/symfony/index.md index 874c769ac50..1333f139cec 100644 --- a/symfony/index.md +++ b/symfony/index.md @@ -91,7 +91,7 @@ docker compose up --wait > Alternatively, run the following command to start the web server on port `8080` with HTTPS disabled: > > ```console -> SERVER_NAME=localhost:80 HTTP_PORT=8080 TRUSTED_HOSTS=localhost docker compose up --wait` +> SERVER_NAME=localhost:80 HTTP_PORT=8080 TRUSTED_HOSTS=localhost docker compose up --wait > ``` This starts the following services: