Skip to content

Commit

Permalink
fix: fix test mongodb ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Spotika committed Aug 22, 2024
1 parent d9998fd commit 4116be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- MONGO_INITDB_ROOT_USERNAME=admin
- MONGO_INITDB_ROOT_PASSWORD=admin
ports:
- "42042:42042"
- "42042:27017"
volumes:
- ./mongo_entrypoint:/docker-entrypoint-initdb.d
api_test:
Expand Down

0 comments on commit 4116be5

Please sign in to comment.