We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14a977 commit c012047Copy full SHA for c012047
README.md
@@ -14,7 +14,7 @@ Use the `SYMFONY_VERSION` environment variable to select a specific Symfony vers
14
15
For instance, use the following command to install Symfony 3.4:
16
17
-`SYMFONY_VERSION=3.4 docker-compose up --build`
+`SYMFONY_VERSION=3.4.* docker-compose up --build`
18
19
To install a non-stable version of Symfony, use the `STABILITY` environment variable during the build.
20
The value must be [a valid Composer stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability)) .
0 commit comments