From 5f160dff151539da9a09f8fb5f6a0356ecfb3592 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 Jan 2020 13:11:34 +0300 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b1fa1..921ab92 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ remove ``127.0.0.1:`` from ``HTTP_PORT`` variable in ``.env``. #### Build and start the container -``docker-compose up`` +``docker-compose up --build`` See docker-compose documentation for more information and available options.