Skip to content

Commit e402cc2

Browse files
Bot Updating Templated Files
1 parent 00afdeb commit e402cc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ docker create \
8282
-e TZ=Europe/London \
8383
-e PASSWORD=password `#optional` \
8484
-e SUDO_PASSWORD=password `#optional` \
85+
-e PROXY_DOMAIN=code-server.my.domain `#optional` \
8586
-p 8443:8443 \
8687
-v /path/to/appdata/config:/config \
8788
--restart unless-stopped \
@@ -106,6 +107,7 @@ services:
106107
- TZ=Europe/London
107108
- PASSWORD=password #optional
108109
- SUDO_PASSWORD=password #optional
110+
- PROXY_DOMAIN=code-server.my.domain #optional
109111
volumes:
110112
- /path/to/appdata/config:/config
111113
ports:
@@ -125,6 +127,7 @@ Container images are configured using parameters passed at runtime (such as thos
125127
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
126128
| `-e PASSWORD=password` | Optional web gui password, if not provided, there will be no auth. |
127129
| `-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) |
128131
| `-v /config` | Contains all relevant configuration files. |
129132

130133
## Environment variables from files (Docker secrets)
@@ -240,6 +243,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
240243

241244
## Versions
242245

246+
* **29.05.20:** - Add --domain-proxy support.
243247
* **21.05.20:** - Shrink images, install via yarn, fix arm32v7 build.
244248
* **18.05.20:** - Switch to multi-arch images, install via npm.
245249
* **29.04.20:** - Update start arguments.

0 commit comments

Comments
 (0)