openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

Make `--host` configurable for `gitpod/openvscode-server` container

Open davidxia opened this issue 2 years ago • 0 comments

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

davidxia avatar Feb 09 '23 02:02 davidxia