aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--serve.bat2
-rwxr-xr-xserve.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/serve.bat b/serve.bat
index c181d74..72c5c14 100644
--- a/serve.bat
+++ b/serve.bat
@@ -1 +1 @@
-bundle exec jekyll serve --watch --force_polling --config _config.yml,_config_dev.yml
+bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --config _config.yml,_config_dev.yml
diff --git a/serve.sh b/serve.sh
index 283bcc9..bc5c09d 100755
--- a/serve.sh
+++ b/serve.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-bundle exec jekyll serve --watch --force_polling --config _config.yml,_config_dev.yml
+bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --config _config.yml,_config_dev.yml