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 a9cad6c commit 5fe4f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-in-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
MONGO_INITDB_DATABASE: outpost_api_development
ports:
- 27017:27017
volumes:
- ./.docker/services/mongo/setup-mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
volumes:
- ./.docker/services/mongo/setup-mongodb.js:/docker-entrypoint-initdb.d/mongo-init.js:ro

steps:
- name: "Checkout GitHub Action"
Expand Down

0 comments on commit 5fe4f16

Please sign in to comment.