From 2f6042723bc9f7c165fe3010973ac99fd22cd209 Mon Sep 17 00:00:00 2001 From: Chris Shantz <mnshantz@uwaterloo.ca> Date: Thu, 13 Sep 2018 22:35:11 -0400 Subject: [PATCH] Update readme.md, corrected spelling. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5175330..caedc30 100644 --- a/readme.md +++ b/readme.md @@ -20,10 +20,10 @@ To check that all the boxes are running: docker-compose ps ``` -portainer can be accessed at :9000 you can use this to easily log in to the web container to run the profile rebuild etc. +Portainer can be accessed at port :9000 you can use Portainer to easily log in to the web container to run the profile rebuild the base profile or run composer etc... -If you get an error running docker-compose related to `wincred` got to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file. +If you get an error running docker-compose related to `wincred` go to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file. To check the ip address of your docker machine: -- GitLab