Skip to content

Commit 1194093

Browse files
authored
add small note for docker issue
1 parent f4d7021 commit 1194093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Beautiful Jekyll is meant to be so simple to use that you can do it all within t
213213
```
214214
docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
215215
```
216+
Note you may need to add `--host 0.0.0.0` after `bundle exec jekyll serve` to get the site to server correctly.
216217
4. View your website at <http://localhost:4000>.
217218
218219
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!

0 commit comments

Comments
 (0)