From 68947928ae8d17abce6e010d41ca625f4ac76bac Mon Sep 17 00:00:00 2001 From: Maeyanie Date: Tue, 13 Feb 2018 17:51:33 -0500 Subject: [PATCH] Grammar fix in README.md Apostrophes are not intended to be used as warnings to the reader that an S is approaching. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 786df02..aa03b89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A safe home for all your data. Access & share your files, calendars, contacts, m # How to use this image This image is designed to be used in a micro-service environment. There are two versions of the image you can choose from. -The `apache` tag contains a full Nextcloud installation including an apache web server. It is designed to be easy to use and get's you running pretty fast. This is also the default for the `latest` tag and version tags that are not further specified. +The `apache` tag contains a full Nextcloud installation including an apache web server. It is designed to be easy to use and gets you running pretty fast. This is also the default for the `latest` tag and version tags that are not further specified. The second option is a `fpm` container. It is based on the [php-fpm](https://hub.docker.com/_/php/) image and runs a fastCGI-Process that serves your Nextcloud page. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.