mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-20 08:59:08 -06:00
fix mognodb cmnd
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user