mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1286: Update submodule and use new env cleanup option.
This commit is contained in:
parent
47da66bc0a
commit
4950c44be6
@ -16,4 +16,5 @@ gen_cfg('confluence-init.properties.j2',
|
||||
gen_cfg('confluence.cfg.xml.j2', f'{CONFLUENCE_HOME}/confluence.cfg.xml',
|
||||
user=RUN_USER, group=RUN_GROUP, overwrite=False)
|
||||
|
||||
exec_app([f'{CONFLUENCE_INSTALL_DIR}/bin/start-confluence.sh', '-fg'], CONFLUENCE_HOME, name='Confluence')
|
||||
exec_app([f'{CONFLUENCE_INSTALL_DIR}/bin/start-confluence.sh', '-fg'], CONFLUENCE_HOME,
|
||||
name='Confluence', env_cleanup=True)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 010d72fcde77a8ffa7ed3d7790f173dde9cadea5
|
||||
Subproject commit 122a16186e5a861efa7a0a6244fba06c9de97e22
|
Loading…
Reference in New Issue
Block a user