some format fixing

This commit is contained in:
Hermsi1337 2017-10-18 09:05:16 +02:00
parent 6318370fa6
commit 7507bb1003

View File

@ -1,7 +1,7 @@
# Make your OpenSSH fly on Alpine
## Make your OpenSSH fly on Alpine
## Overview
Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine container. <br>
### Overview
Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine container.
### Features
* Always installs the latest OpenSSH-Version available for Alpine
@ -20,5 +20,5 @@ $ ssh root@mydomain.tld -p 1337
```
### Use with docker-compose
I built this image in order to use it along with a nginx and fpm-php container for transferring files via sftp. <br>
I built this image in order to use it along with a nginx and fpm-php container for transferring files via sftp.
If you are interested in a Dockerfile which fulfills this need: [this way](https://github.com/Hermsi1337/docker-compose/blob/master/full_php_dev_stack/docker-compose.yml)