From: Guillaume Pellerin Date: Fri, 20 May 2016 09:43:53 +0000 (+0200) Subject: fix env doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5d945c333ea328d06f9d3af4715c8802d173601f;p=mezzo.git fix env doc --- 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)