From cb9d863f66993ba1fa9cfac3400ddfba2dc86864 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Apr 2020 14:04:08 +0200 Subject: [PATCH] Disable port binding for now --- sbin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 283c0b9..6343045 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -10,7 +10,7 @@ run_jekyll() { bundle exec jekyll serve \ --config "$JEKYLL_CONFIG" \ - --host "$JEKYLL_HOST" \ + # --host "$JEKYLL_HOST" \ --port "$JEKYLL_PORT" \ --trace \ --verbose