From 5d945c333ea328d06f9d3af4715c8802d173601f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 20 May 2016 11:43:53 +0200 Subject: [PATCH] fix env doc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f4561dd8..f75a3db6 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP g For a development environment setup:: - docker-compose -f docker-compose.yml -f conf/dev.yml up + docker-compose -f docker-compose.yml -f env/dev.yml up Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows) -- 2.39.5