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
@@ -163,6 +165,7 @@ Containers are configured using parameters passed at runtime (such as those abov
163
165
|`-e PROXY_DOMAIN=code-server.my.domain`| If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/coder/code-server/blob/main/docs/guide.md#using-a-subdomain)|
164
166
|`-e DEFAULT_WORKSPACE=/config/workspace`| If this optional variable is set, code-server will open this directory by default |
165
167
|`-e PWA_APPNAME=code-server`| If this optional variable is set, the PWA app will the specified name. |
168
+
|`-e BIND_ADDR=[::]:8443`| If this optional variable is set, code-server will listen to this address instead of auto-detecting. |
166
169
|`-v /config`| Contains all relevant configuration files. |
167
170
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
168
171
|`--user=1000:1000`| Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
0 commit comments