Solution to issues/52

https://github.com/dunglas/symfony-docker/issues/52
Solved
This commit is contained in:
Sazzad Hossain (Tushar) Khan 2019-09-29 21:52:54 +06:00 committed by GitHub
parent f14a977747
commit c012047a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Use the `SYMFONY_VERSION` environment variable to select a specific Symfony vers
For instance, use the following command to install Symfony 3.4:
`SYMFONY_VERSION=3.4 docker-compose up --build`
`SYMFONY_VERSION=3.4.* docker-compose up --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)) .