summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Brückner <marc@ma-br.de>2018-10-15 15:11:29 +0200
committerMarc Brückner <marc@ma-br.de>2018-10-15 15:11:29 +0200
commit396cf35c972673d26fcd4a6aefd0c38d8eeb52a1 (patch)
treeac0184d484ee8719a81aff1cf32e72a8b537bef6 /README.md
parent63710a75a346f5445f96d1daa0cd93248a9eaedb (diff)
Added documentation to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e87f8312..27d70fa1 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,12 @@ If you want you can set the data directory and table prefix, otherwise default v
- `NEXTCLOUD_TABLE_PREFIX` (default: _""_) Optional prefix for the tables. Used to be `oc_` in the past
+The auto install and update script is only triggered when a default command is used (`apache-foreground` or `php-fpm`). If you use a custom command you can reenable the install / update with
+
+- `NEXTCLOUD_UPDATE` (default: _0_)
+
+
+
# Running this image with docker-compose
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.