kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
80d1842c2f
commit
5f2550dc32
|
@ -55,6 +55,7 @@ docker create \
|
|||
-e TZ=Europe/London \
|
||||
-e PASSWORD=password `#optional` \
|
||||
-e SUDO_PASSWORD=password `#optional` \
|
||||
-e PROXY_DOMAIN=code-server.my.domain `#optional` \
|
||||
-p 8443:8443 \
|
||||
-v /path/to/appdata/config:/config \
|
||||
--restart unless-stopped \
|
||||
|
@ -79,6 +80,7 @@ services:
|
|||
- TZ=Europe/London
|
||||
- PASSWORD=password #optional
|
||||
- SUDO_PASSWORD=password #optional
|
||||
- PROXY_DOMAIN=code-server.my.domain #optional
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
ports:
|
||||
|
@ -106,6 +108,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||
| `PASSWORD=password` | Optional web gui password, if not provided, there will be no auth. |
|
||||
| `SUDO_PASSWORD=password` | If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. |
|
||||
| `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) |
|
||||
|
||||
### Volume Mappings (`-v`)
|
||||
|
||||
|
@ -176,6 +179,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **29.05.20:** - Add --domain-proxy support.
|
||||
* **21.05.20:** - Shrink images, install via yarn, fix arm32v7 build.
|
||||
* **18.05.20:** - Switch to multi-arch images, install via npm.
|
||||
* **29.04.20:** - Update start arguments.
|
||||
|
|
Ładowanie…
Reference in New Issue