fix mognodb cmnd

This commit is contained in:
Alex Holliday
2025-04-25 14:35:45 -07:00
parent 04549b0850
commit 6c7551c49d

View File

@@ -47,7 +47,7 @@ services:
mongodb:
image: ghcr.io/bluewave-labs/checkmate:mongo-demo
restart: always
command: ["mongod", "--quiet", "--auth"]
command: ["mongod", "--quiet", "--replSet", "rs0", "--bind_ip_all"]
ports:
- "27017:27017"
volumes: