From: Guillaume Pellerin Date: Thu, 3 Mar 2016 11:05:44 +0000 (+0100) Subject: minor doc fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=81598529d08a6134d0f7da827e559400fbea204a;p=mezzo.git minor doc fix --- diff --git a/README.rst b/README.rst index 67fd821c..527b3468 100644 --- a/README.rst +++ b/README.rst @@ -30,13 +30,13 @@ For a production environment setup:: docker-compose up -Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX and Windows) +Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows) For a development environment setup:: docker-compose -f docker-compose.yml -f conf/dev.yml up -Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX and Windows) +Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows) Backup / Restore @@ -54,7 +54,7 @@ To restore the backuped database, in another terminal (or a Docker Quickstart Te cd Manifeste scripts/restore.sh -If app is broken after a restore script, restart the machine with:: +If the app is broken after a restore script, restart the machine with:: docker-compose restart