Added documentation to readme

This commit is contained in:
Marc Brückner 2018-10-15 15:11:29 +02:00
parent 63710a75a3
commit 396cf35c97
1 changed files with 6 additions and 0 deletions

View File

@ -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.