openvscode-server
openvscode-server copied to clipboard
Make `--host` configurable for `gitpod/openvscode-server` container
Hi, I'd like to start the gitpod/openvscode-server container image with a configurable --host value like localhost. Right now it's hardcoded to 0.0.0.0 in the entrypoint here. Is it possible to parameterize this into an env var? I could override the entrypoint, but this risks diverging from upstream.
Thanks