mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2025-07-25 19:12:24 +00:00
DCD-1286: Update submodule and use new env cleanup option.
This commit is contained in:
@ -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)
|
||||
|
Submodule shared-components updated: 010d72fcde...122a16186e
Reference in New Issue
Block a user