From c65789101d727518a80f815236d9d7abdc0e8920 Mon Sep 17 00:00:00 2001 From: Luke Seers <16389426+LukeSeers@users.noreply.github.com> Date: Wed, 28 Sep 2022 11:07:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c00afd..0c508cc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ 3. Go to `Web` dir +#### Known Bug In Docker: https://github.com/docker/for-mac/issues/6467 +if you have problems with **chown permissions**, then you will need todo run this `rm -rf _site .sass-cache .jekyll-metadata .jekyll-cache` before `docker-compose up` every time. + 4. Run `docker-compose up` 5. Access the local version at http://localhost:4000