Merge pull request #2839 from bluewave-labs/fix/docker-compose-arm

fix: update arm dist docker compose
This commit is contained in:
Alexander Holliday
2025-08-21 22:39:03 -07:00
committed by GitHub

View File

@@ -15,9 +15,8 @@ services:
- mongodb
mongodb:
image: mongo:4.4.18
container_name: checkmate-mongodb
restart: always
command: ["mongod", "--replSet", "rs0", "--bind_ip_all"]
command: ["mongod", "--quiet", --bind_ip_all"]
ports:
- "27017:27017"
volumes: