We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1349b6a commit 1179b15Copy full SHA for 1179b15
testdata/resources/bitbucket_server_run.sh
@@ -15,5 +15,8 @@ cd atlassian-bitbucket-$BITBUCKET_VERSION
15
# Set Bitbucket home directory
16
./bin/set-bitbucket-home.sh
17
18
+# Disable Mesh to avoid sidecar startup issues in containerized environments
19
+export JVM_SUPPORT_RECOMMENDED_ARGS="-Dmesh.enabled=false ${JVM_SUPPORT_RECOMMENDED_ARGS}"
20
+
21
# Start Bitbucket Server
22
./bin/start-bitbucket.sh --no-search
0 commit comments