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
@@ -125,6 +127,7 @@ Container images are configured using parameters passed at runtime (such as thos
125
127
|`-e TZ=Europe/London`| Specify a timezone to use EG Europe/London |
126
128
|`-e PASSWORD=password`| Optional web gui password, if not provided, there will be no auth. |
127
129
|`-e SUDO_PASSWORD=password`| If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. |
130
+
|`-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/cdr/code-server/blob/master/doc/FAQ.md#sub-domains)|
128
131
|`-v /config`| Contains all relevant configuration files. |
129
132
130
133
## Environment variables from files (Docker secrets)
@@ -240,6 +243,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
240
243
241
244
## Versions
242
245
246
+
***29.05.20:** - Add --domain-proxy support.
243
247
***21.05.20:** - Shrink images, install via yarn, fix arm32v7 build.
244
248
***18.05.20:** - Switch to multi-arch images, install via npm.
0 commit comments