We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d08b5 commit 90a7950Copy full SHA for 90a7950
symfony/index.md
@@ -91,7 +91,7 @@ docker compose up --wait
91
> Alternatively, run the following command to start the web server on port `8080` with HTTPS disabled:
92
>
93
> ```console
94
-> SERVER_NAME=localhost:80 HTTP_PORT=8080 TRUSTED_HOSTS=localhost docker compose up --wait`
+> SERVER_NAME=localhost:80 HTTP_PORT=8080 HTTPS_PORT=3001 HTTP3_PORT=3001 TRUSTED_HOSTS=localhost docker compose up --wait`
95
> ```
96
97
This starts the following services:
0 commit comments