From c4620a89f300e5fd23818eb96dc9d82ff0f25d6d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 8 Apr 2020 17:28:55 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-openssh-server.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/images/docker-openssh-server.md b/images/docker-openssh-server.md index 16e5a6ede1..38c7d2863c 100755 --- a/images/docker-openssh-server.md +++ b/images/docker-openssh-server.md @@ -63,7 +63,7 @@ Compatible with docker-compose v2 schemas. ```yaml --- -version: "2" +version: "2.1" services: 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. | +#### Miscellaneous Options +| Parameter | Function | +| :-----: | --- | +| `--hostname=` | Optionally the hostname can be defined. | + ## 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. +## 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