Bot Updating Documentation

pull/222/head
LinuxServer-CI 2024-05-31 16:10:43 +00:00
rodzic 9c34a6db85
commit bba14fe384
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ services:
- USER_NAME=linuxserver.io #optional
- LOG_STDOUT= #optional
volumes:
- /path/to/appdata/config:/config
- /path/to/openssh-server/config:/config
ports:
- 2222:2222
restart: unless-stopped
@ -124,7 +124,7 @@ docker run -d \
-e USER_NAME=linuxserver.io `#optional` \
-e LOG_STDOUT= `#optional` \
-p 2222:2222 \
-v /path/to/appdata/config:/config \
-v /path/to/openssh-server/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/openssh-server:latest
```
@ -332,6 +332,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.05.24:** - Rebase to Alpine 3.20.
* **04.05.24:** - Display the SSH host public keys every time the container starts.
* **09.03.24:** - Rebase to Alpine 3.19.
* **12.06.23:** - Rebase to Alpine 3.18, deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)