We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67a28f commit e5e6f1cCopy full SHA for e5e6f1c
docs/build.md
@@ -6,7 +6,12 @@ Use the `SYMFONY_VERSION` environment variable to select a specific Symfony vers
6
7
For instance, use the following command to install Symfony 5.4:
8
9
+On Linux:
10
+
11
SYMFONY_VERSION=5.4.* docker compose up --build
12
+On Windows:
13
14
+ set SYMFONY_VERSION=5.4.*&& docker compose up --build&set SYMFONY_VERSION=
15
16
## Installing Development Versions of Symfony
17
@@ -15,7 +20,13 @@ The value must be [a valid Composer stability option](https://getcomposer.org/do
20
21
For instance, use the following command to use the development branch of Symfony:
22
23
24
18
25
STABILITY=dev docker compose up --build
26
27
28
+ set STABILITY=dev&& docker compose up --build&set STABILITY=
29
19
30
31
## Customizing the Server Name
32
0 commit comments