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 11b10ad commit 0a51cb0Copy full SHA for 0a51cb0
docs/options.md
@@ -43,7 +43,9 @@ On Windows:
43
Use the environment variables `HTTP_PORT`, `HTTPS_PORT` and/or `HTTP3_PORT`
44
to adjust the ports to your needs, e.g.
45
46
- HTTP_PORT=8000 HTTPS_PORT=4443 HTTP3_PORT=4443 docker compose up --wait
+```console
47
+HTTP_PORT=8000 HTTPS_PORT=4443 HTTP3_PORT=4443 docker compose up --wait
48
+```
49
50
to access your application on [https://localhost:4443](https://localhost:4443).
51
0 commit comments