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