From bacd4b09ecca6286e3a51c259ef8c534fa64a593 Mon Sep 17 00:00:00 2001 From: Diego Cortassa Date: Fri, 23 Feb 2018 16:18:56 +0100 Subject: [PATCH] Local image should be rebuilt in case conf files where changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476e947..34fa74d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ vi taiga-conf/conf.json vi taiga-conf/local.py # Startup docker containers -docker-compose up -d +docker-compose up --build -d # Wait ~30 seconds. The taiga container will initialize your postgres database.