diff --git a/docs/images/docker-openssh-server.md b/docs/images/docker-openssh-server.md index b44cae333..3afbf5c82 100644 --- a/docs/images/docker-openssh-server.md +++ b/docs/images/docker-openssh-server.md @@ -74,6 +74,10 @@ The keys generated by this script are only displayed on your console output, so To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -137,7 +141,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `2222` | ssh port | +| `2222:2222` | ssh port | ### Environment Variables (`-e`)