Typo (#387)
* Typo * Update build.md --------- Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
This commit is contained in:
parent
0fa9b77fb7
commit
a6238a445c
@ -16,7 +16,7 @@ On Windows:
|
|||||||
## Installing Development Versions of Symfony
|
## Installing Development Versions of Symfony
|
||||||
|
|
||||||
To install a non-stable version of Symfony, use the `STABILITY` environment variable during the build.
|
To install a non-stable version of Symfony, use the `STABILITY` environment variable during the build.
|
||||||
The value must be [a valid Composer stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability)) .
|
The value must be [a valid Composer stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability).
|
||||||
|
|
||||||
For instance, use the following command to use the development branch of Symfony:
|
For instance, use the following command to use the development branch of Symfony:
|
||||||
|
|
||||||
@ -44,6 +44,6 @@ Use the environment variables `HTTP_PORT`, `HTTPS_PORT` and/or `HTTP3_PORT` to a
|
|||||||
|
|
||||||
HTTP_PORT=8000 HTTPS_PORT=4443 HTTP3_PORT=4443 docker compose up --build
|
HTTP_PORT=8000 HTTPS_PORT=4443 HTTP3_PORT=4443 docker compose up --build
|
||||||
|
|
||||||
to access your appplication on [https://localhost:4443](https://localhost:4443).
|
to access your application on [https://localhost:4443](https://localhost:4443).
|
||||||
|
|
||||||
*Note: Let's Encrypt only supports the standard HTTP and HTTPS ports. Creating a Let's Encrypt certificate for another port will not work, you have to use the standard ports or to configure Caddy to use another provider.*
|
*Note: Let's Encrypt only supports the standard HTTP and HTTPS ports. Creating a Let's Encrypt certificate for another port will not work, you have to use the standard ports or to configure Caddy to use another provider.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user