Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 11, 2024
1 parent 52f4652 commit ce9f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-in-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run the image
env:
DB_URI: mongodb://root:password@mongo:27017/outpost_development?authSource=admin
DB_URI: mongodb://outpost:password@mongo:27017/outpost_development?authSource=admin
run: |
docker run --rm -d \
-e DEBUG_LEVEL=debug \
Expand Down

0 comments on commit ce9f52e

Please sign in to comment.