From 81598529d08a6134d0f7da827e559400fbea204a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 3 Mar 2016 12:05:44 +0100 Subject: [PATCH] minor doc fix --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5