Skip to content

Commit 7af307c

Browse files
authored
Update alternative docker command lauch to use custom https port
1 parent 399784d commit 7af307c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ docker compose up --wait
8888
>
8989
> Be sure that the ports `80`, `443`, and `5432` of the host are not already in use. The usual offenders are Apache, NGINX, and Postgres. If they are running, stop them and run `docker compose up --wait` again.
9090
>
91-
> Alternatively, run the following command to start the web server on port `8080` with HTTPS disabled:
91+
> Alternatively, run the following command to start the web server on port `8080` and `8443`:
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=8443 TRUSTED_HOSTS=localhost docker compose up --wait`
9595
> ```
9696
9797
This starts the following services:

0 commit comments

Comments
 (0)