Skip to content

Commit

Permalink
XDOCKER-51: Expose configuration options to configure an XWiki cluster
Browse files Browse the repository at this point in the history
* Minor changes in Readme
  • Loading branch information
ASHISH932 authored Aug 19, 2019
1 parent c0c76b1 commit 242a56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ The first time you create a container out of the xwiki image, a shell script (`/
- `DB_HOST`: The name of the host (or docker container) containing the database. Default is "db".
- `INDEX_HOST`: The hostname of an externally configured Solr instance. Defaults to "localhost", and configures an embedded Solr instance.
- `INDEX_PORT`: The port used by an externally configured Solr instance. Defaults to 8983.
- `CLUSTER`: Set it to "true" to enable clustering.
- `CLUSTER_CHANNEL`: The JGroups channel name.
- `CLUSTER`: Set it to "true" to enable clustering.
- `CLUSTER_CHANNEL`: The JGroups channel name.

In order to support [Docker secrets](https://docs.docker.com/engine/swarm/secrets/), these configuration values can also be given to the container as files containing that value.

Expand Down

0 comments on commit 242a56d

Please sign in to comment.