From 1194093d71240d5beff312eb32b7b3520e31978e Mon Sep 17 00:00:00 2001
From: Dean Attali <dean@attalitech.com>
Date: Mon, 16 Oct 2017 19:34:43 -0400
Subject: [PATCH] add small note for docker issue

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index ceeae0f..02fa86b 100644
--- a/README.md
+++ b/README.md
@@ -213,6 +213,7 @@ Beautiful Jekyll is meant to be so simple to use that you can do it all within t
     ```
     docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
     ```
+    Note you may need to add `--host 0.0.0.0` after `bundle exec jekyll serve` to get the site to server correctly.
 4. View your website at <http://localhost:4000>.
 
 Disclaimer: I personally am NOT using local development so I don't know much about running Jekyll locally. If you follow this route, please don't ask me questions because unfortunately I honestly won't be able to help!