mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 18:18:26 +01:00
Added documentation to readme
This commit is contained in:
parent
63710a75a3
commit
396cf35c97
1 changed files with 6 additions and 0 deletions
|
@ -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
|
- `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
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue