You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sure, I can make a PR if necessary, but is there an elegant way to fix this without adding the --host option manually? An option in docker to translate requester IP or something like this...
Hi,
$ docker run --rm -v $PWD:/usr/src/app -p 4000:4000 starefossen/github-pages:latest jekyll serve --config _config.yml,_config_local.yml
_config_local.yml
containsOutput:
Result: generated site is inaccessible from the host via
localhost:4000
.Workaround is to add
--host 0.0.0.0
to the command line:See configuration files
Kind regards,
Alexis.
The text was updated successfully, but these errors were encountered: