summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Brückner <marc@ma-br.de>2018-10-15 15:21:03 +0200
committerMarc Brückner <marc@ma-br.de>2018-10-15 15:21:03 +0200
commitb8161a19a0242680102ef2d55e1f0edcf5b8a817 (patch)
treed043dcc08857dc4f19ae0f6b9db657aeea71b087
parent396cf35c972673d26fcd4a6aefd0c38d8eeb52a1 (diff)
added description for cron supervisord example
-rw-r--r--.examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 4e46b4ad..688cf53f 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).
+[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.
[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).