From ecc5eae4666cfca484aa12219fa88d8215630b9a Mon Sep 17 00:00:00 2001 From: Willi <32794633+woldtwerk@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:29:07 +0200 Subject: [PATCH] docs: remove trailing backtick #2198 --- symfony/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: