Skip to content

Commit 90a7950

Browse files
authored
docs: add https port overwrite example (#2200)
1 parent b3d08b5 commit 90a7950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docker compose up --wait
9191
> Alternatively, run the following command to start the web server on port `8080` with HTTPS disabled:
9292
>
9393
> ```console
94-
> SERVER_NAME=localhost:80 HTTP_PORT=8080 TRUSTED_HOSTS=localhost docker compose up --wait`
94+
> SERVER_NAME=localhost:80 HTTP_PORT=8080 HTTPS_PORT=3001 HTTP3_PORT=3001 TRUSTED_HOSTS=localhost docker compose up --wait`
9595
> ```
9696
9797
This starts the following services:

0 commit comments

Comments
 (0)