mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1467: Add initial docs for the overwrite flag.
This commit is contained in:
parent
d22949ea9d
commit
4a7dbb92a2
13
README.md
13
README.md
@ -297,6 +297,19 @@ management technology, and is beyond the scope of this documentation.
|
|||||||
|
|
||||||
## Container Configuration
|
## Container Configuration
|
||||||
|
|
||||||
|
* `ATL_FORCE_CFG_UPDATE` (default: false)
|
||||||
|
|
||||||
|
The Docker [entrypoint](entrypoint.py) generates application configuration on
|
||||||
|
first start; not all of these files are regenerated on subsequent
|
||||||
|
starts. This is deliberate, to avoid race conditions or overwriting manual
|
||||||
|
changes during restarts and upgrades. However in deployments where
|
||||||
|
configuration is purely specified through the environment (e.g. Kubernetes)
|
||||||
|
this is undesirable; this flag forces an update of all generated files.
|
||||||
|
|
||||||
|
In Confluence the affected files are:
|
||||||
|
|
||||||
|
* `confluence.cfg.xml`
|
||||||
|
|
||||||
* `SET_PERMISSIONS` (default: true)
|
* `SET_PERMISSIONS` (default: true)
|
||||||
|
|
||||||
Define whether to set home directory permissions on startup. Set to `false` to disable
|
Define whether to set home directory permissions on startup. Set to `false` to disable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user