aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 04:56:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 04:56:25 +0300
commitbf5315c58db990f37b6a7899738a0073faebfde3 (patch)
tree5be253311b9ca3589394b6a730f0e677f84bf55b
parentfix licensing notices (diff)
downloadjekyll-theme-bf5315c58db990f37b6a7899738a0073faebfde3.tar.gz
jekyll-theme-bf5315c58db990f37b6a7899738a0073faebfde3.zip
bind to 0.0.0.0 instead of localhost
-rw-r--r--serve.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.bat b/serve.bat
index 495241b..c4dcd0c 100644
--- a/serve.bat
+++ b/serve.bat
@@ -1 +1 @@
-bundle exec jekyll serve --watch --force_polling --drafts --config _config.yml,_config_dev.yml
+bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --drafts --config _config.yml,_config_dev.yml