Run update.sh

This commit is contained in:
Docker Library Bot 2017-03-10 15:32:47 -08:00
parent 39a93813d3
commit 303f718e66
1 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,8 @@ nuxeo
This will install the same image as above but comes with some demo Nuxeo packages to demonstrate its various usage (DAM, DM, search etc...)
You can find additional informations on how to use this image in [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
## Environment Variables
The Nuxeo image uses several environment variable that allow to specify a more specific setup.
@ -97,7 +99,9 @@ If Redis is setup, you can ovewrite the default port configuration (default to 6
### `NUXEO_CLID`
Allow to setup a CLID for Nuxeo Connect registration.
Allow to setup a CLID for Nuxeo Connect registration. This parameter is in the form `part1\npart2`, so depending on the environment you may have to escape the `\` character.
You can find additional informations the registration process in the [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
### `NUXEO_INSTALL_HOTFIX`