Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-04-08 17:28:55 +01:00
rodzic f4309a8f6c
commit f033338797
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ Compatible with docker-compose v2 schemas.
```yaml ```yaml
--- ---
version: "2" version: "2.1"
services: services:
openssh-server: openssh-server:
image: linuxserver/openssh-server image: linuxserver/openssh-server
@ -120,6 +120,11 @@ Docker images are configured using parameters passed at runtime (such as those a
| `/config` | Contains all relevant configuration files. | | `/config` | Contains all relevant configuration files. |
#### Miscellaneous Options
| Parameter | Function |
| :-----: | --- |
| `--hostname=` | Optionally the hostname can be defined. |
## User / Group Identifiers ## User / Group Identifiers
@ -169,6 +174,11 @@ Then simply follow the prompts.
The keys generated by this script are only displayed on your console output, so make sure to save them somewhere after generation. The keys generated by this script are only displayed on your console output, so make sure to save them somewhere after generation.
## Docker Mods
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27openssh-server%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=openssh-server "view available mods for this container.")
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
## Support Info ## Support Info