kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9a88250e10
commit
a94390b559
|
@ -74,6 +74,8 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- CONNECTION_TOKEN=supersecrettoken #optional
|
- CONNECTION_TOKEN=supersecrettoken #optional
|
||||||
- CONNECTION_SECRET= #optional
|
- CONNECTION_SECRET= #optional
|
||||||
|
- SUDO_PASSWORD=password #optional
|
||||||
|
- SUDO_PASSWORD_HASH= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/appdata/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -91,6 +93,8 @@ docker run -d \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e CONNECTION_TOKEN=supersecrettoken `#optional` \
|
-e CONNECTION_TOKEN=supersecrettoken `#optional` \
|
||||||
-e CONNECTION_SECRET= `#optional` \
|
-e CONNECTION_SECRET= `#optional` \
|
||||||
|
-e SUDO_PASSWORD=password `#optional` \
|
||||||
|
-e SUDO_PASSWORD_HASH= `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -116,6 +120,8 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `TZ=Europe/London` | Specify a timezone to use. |
|
| `TZ=Europe/London` | Specify a timezone to use. |
|
||||||
| `CONNECTION_TOKEN=supersecrettoken` | Optional security token for accessing the Web UI. |
|
| `CONNECTION_TOKEN=supersecrettoken` | Optional security token for accessing the Web UI. |
|
||||||
| `CONNECTION_SECRET=` | Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`. |
|
| `CONNECTION_SECRET=` | Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`. |
|
||||||
|
| `SUDO_PASSWORD=password` | If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password. |
|
||||||
|
| `SUDO_PASSWORD_HASH=` | Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -177,6 +183,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **30.11.21:** - Fix app folder permissions, add the optional sudo password vars.
|
||||||
* **29.11.21:** - Create `.profile` and `.bashrc` for the user.
|
* **29.11.21:** - Create `.profile` and `.bashrc` for the user.
|
||||||
* **29.11.21:** - Release `insiders` tag.
|
* **29.11.21:** - Release `insiders` tag.
|
||||||
* **28.11.21:** - Initial Release.
|
* **28.11.21:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue