mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 21:00:53 +02:00
add a mechanism to set trusted domains on install
This commit is contained in:
parent
3770bbcb26
commit
3f931009c5
2 changed files with 13 additions and 1 deletions
|
@ -122,6 +122,9 @@ If you want you can set the data directory and table prefix, otherwise default v
|
|||
- `NEXTCLOUD_DATA_DIR` (default: _/var/www/html/data_) Configures the data directory where nextcloud stores all files from the users.
|
||||
- `NEXTCLOUD_TABLE_PREFIX` (default: _""_) Optional prefix for the tables. Used to be `oc_` in the past
|
||||
|
||||
One or more trusted domains can be set by environemnt variable, too. They will be added to the configuration after install.
|
||||
|
||||
- `NEXTCLOUD_TRUSTED_DOMAINS` (not set by default) Optional space-separated list of domains
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue