summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <jokajak@gmail.com>2017-06-13 04:07:31 -0400
committerTilo Spannagel <development@tilosp.de>2017-06-13 10:07:31 +0200
commite863eed1a043e792a59f73861861fe34a94ec55f (patch)
treed42b2bab6033e85bb098059407be2069c0ee4d5c
parent24a190e5814f15dda2e344ec2b6cce9cc08c5e8d (diff)
Fix README.md typo (#101)
* Fix README.md typo * Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bbc678e3..fdf5f248 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ services:
Then run `docker-compose up -d`, now you can access Nextcloud at http://localhost:8080/ from your host system.
## Base version - FPM
-When using the FPM image you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combindes with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also need access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option.The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples).
+When using the FPM image you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combined with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also need access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option.The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples).
As this setup does **not include encryption** it should to be run behind a proxy.