Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

set -x

CONFLUENCE_VERSION=6.1.0

exec atlas-run-standalone \
--server confluence \
--container tomcat7x \
--container tomcat8x \
--product confluence \
--version 6.0.0-OD-2016.10.0-1050 \
--data-version 6.0.0-OD-2016.10.0-1050 \
--bundled-plugins com.atlassian.bundles:json-schema-validator-atlassian-bundle:1.0.4,com.atlassian.upm:atlassian-universal-plugin-manager-plugin:2.21-D20160128T024330,com.atlassian.jwt:jwt-plugin:1.5.9-0019,com.atlassian.plugins:atlassian-connect-plugin:1.1.77 \
--version $CONFLUENCE_VERSION \
--data-version $CONFLUENCE_VERSION \
--jvmargs "${JAVA_OPTS}" \
-DskipAllPrompts=true