summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHenning <henning@colorizedmind.de>2017-06-02 07:46:06 +0200
committerHenning Storck <henning.storck@cas.de>2017-06-02 07:46:06 +0200
commit1f6bcd88be8dd445b7675a0d996606d9263abf58 (patch)
treead92aa747f2919ce6f8b9b694946bb277574c85c /README.md
parenteecb594bb0e31ae3efe5be95e1326771b0bb38e8 (diff)
Fixed typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6b5dda1..21d14878 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ services:
## 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).
-As this setup does **not include ecryption** it should to be run behind a proxy.
+As this setup does **not include encryption** it should to be run behind a proxy.
Make sure to set the variables `MYSQL_ROOT_PASSWORD` and `MYSQL_PASSWORD` before you run this setup.