From c012047a8f0451f9adf0d6714b2a1ed8017ca648 Mon Sep 17 00:00:00 2001 From: "Sazzad Hossain (Tushar) Khan" Date: Sun, 29 Sep 2019 21:52:54 +0600 Subject: [PATCH] Solution to issues/52 https://github.com/dunglas/symfony-docker/issues/52 Solved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e6393..a4b6e6f 100644 --- a/README.md +++ b/README.md @@ -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)) .