change server listening address to global #342
Reference in New Issue
Block a user
Delete Branch "fix_procfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
listen to 0.0.0.0 instead of just local interface so it can work in Docker (and herby in devcontainers) refs #340
Credits go to @robzolkos
Im concerned this will affect non devcontainer users. Will need to be checked by someone who runs the app on metal.
This works fine for me running it locally on my Macbook Pro (non-docker)
I indeed haven't started it without devcontainer, was already midnight when I made the PR. But listening on 0.0.0.0 still allows you to connect via 127.0.0.1 should be no issue that's why I pushed without testing without devcontainer.