Skip to content

Commit 1179b15

Browse files
committed
Add mesh.enabled=false for containerized environments
1 parent 1349b6a commit 1179b15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testdata/resources/bitbucket_server_run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ cd atlassian-bitbucket-$BITBUCKET_VERSION
1515
# Set Bitbucket home directory
1616
./bin/set-bitbucket-home.sh
1717

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+
1821
# Start Bitbucket Server
1922
./bin/start-bitbucket.sh --no-search

0 commit comments

Comments
 (0)