瀏覽代碼

Run update.sh

Docker Library Bot 9 年之前
父節點
當前提交
54721dc493
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      nuxeo/README.md

+ 10 - 0
nuxeo/README.md

@@ -118,6 +118,16 @@ Tells the location of the binary store which configure the [binary storage](http
 
 Tells the location of [the transient storage](http://doc.nuxeo.com/display/NXDOC/Transient+Store)
 
+### `NUXEO_DDL_MODE`
+
+Allows to setup [Database creation option](https://doc.nuxeo.com/x/hwQz#RepositoryConfiguration-DatabaseCreationOption) by fixing the `ddlMode` value.
+
+### `NUXEO_CUSTOM_PARAM`
+
+Allows to add custom parameters to `nuxeo.conf`. Multiple parameters can be splitted by a `\n`. For instance :
+
+	NUXEO_CUSTOM_PARAM="repository.clustering.enabled=false\nrepository.clustering.delay=1000"
+
 # How to extend this image
 
 ## Adding additional configuration