Skip to content

Commit

Permalink
Fix auth handling in docker server launch (mongodb-labs#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Aug 8, 2024
1 parent bf20fb1 commit d40ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/docker/run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ REQUIRE_API_VERSION=${REQUIRE_API_VERSION:-}
DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:-}
MONGODB_VERSION=${MONGODB_VERSION:-latest}
MONGODB_DOWNLOAD_URL=${MONGODB_DOWNLOAD_URL:-}
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:-basic.json}
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:-}

# Build up the args.
ARGS="$PLATFORM --rm -i --name mongodb"
Expand Down

0 comments on commit d40ea6c

Please sign in to comment.