Skip to content

Commit 7f302d3

Browse files
Bot Updating Templated Files
1 parent 0933e2d commit 7f302d3

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitHub&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver "view the source for all of our repositories.")
88
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?style=flat-square&color=E68523&label=Supporters&logo=open%20collective&logoColor=FFFFFF)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
99

10-
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
10+
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
1111

1212
* regular and timely application updates
1313
* easy user mappings (PGID, PUID)
@@ -90,7 +90,7 @@ Compatible with docker-compose v2 schemas.
9090

9191
```
9292
---
93-
version: "2"
93+
version: "2.1"
9494
services:
9595
openssh-server:
9696
image: linuxserver/openssh-server
@@ -120,7 +120,7 @@ Container images are configured using parameters passed at runtime (such as thos
120120

121121
| Parameter | Function |
122122
| :----: | --- |
123-
| `--hostname=openssh-server` | Optionally the hostname can be defined. |
123+
| `--hostname=` | Optionally the hostname can be defined. |
124124
| `-p 2222` | ssh port |
125125
| `-e PUID=1000` | for UserID - see below for explanation |
126126
| `-e PGID=1000` | for GroupID - see below for explanation |
@@ -196,6 +196,11 @@ Then simply follow the prompts.
196196
The keys generated by this script are only displayed on your console output, so make sure to save them somewhere after generation.
197197

198198

199+
## Docker Mods
200+
[![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.")
201+
202+
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.
203+
199204

200205
## Support Info
201206

0 commit comments

Comments
 (0)