diff --git a/README.md b/README.md index 8e46fd8..426fcb4 100644 --- a/README.md +++ b/README.md @@ -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.
+### 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.
+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) \ No newline at end of file