summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorMarc Brückner <marc@ma-br.de>2018-10-16 16:38:36 +0200
committerMarc Brückner <marc@ma-br.de>2018-10-16 16:38:36 +0200
commitf0624351359622bf658b7a56fb9875cab69caf8d (patch)
tree0fe87acb792b261ab3666f4f2c2da3e6db0c8f09 /.examples
parentb25e1abe9c6c6981fb8f0944adcf567c508c3cb2 (diff)
clarified use of variable
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 688cf53f..d2183447 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -13,7 +13,7 @@ The Dockerfiles use the default images as base image and build on top of it.
Example | Description
------- | -------
-[cron](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron) | uses supervisor to run the cron job inside the container (so no extra container is needed). This image runs `supervisord`. To enable auto install and update run images like this with an additional environment variable: `NEXTCLOUD_UPDATE=1`. See [here](https://github.com/nextcloud/docker/blob/master/README.md#auto-configuration-via-environment-variables) for more information.
+[cron](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron) | uses supervisor to run the cron job inside the container (so no extra container is needed). This image runs `supervisord` to start nextcloud and cron as two seperate processes inside the container.
[imap](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/imap) | adds dependencies required to authenticate users via imap
[smb](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/smb) | adds dependencies required to use smb shares
[full](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/full) | adds dependencies for ALL optional packages and cron functionality via supervisor (as in the `cron` example Dockerfile).