Skip to content

Commit

Permalink
add --auth flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 8e86360 commit 5f1d975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
--env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
--env MONGO_INITDB_DATABASE=nmdc --env MONGO_USERNAME=root --env MONGO_PASSWORD=password \
mongo:latest
--env MONGO_INITDB_DATABASE=nmdc \
mongo:latest --auth
# uses: DigiPie/[email protected]
# with:
# mongodb-uri: mongodb://localhost:27017
Expand Down

0 comments on commit 5f1d975

Please sign in to comment.