From 1a877686e6588d5c944e9dfca8642f5070178f39 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 1 Feb 2017 22:08:12 +0300 Subject: bind to 0.0.0.0 instead of localhost --- serve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serve.sh') 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 -- cgit v1.2.3