update arm dist docker compose

This commit is contained in:
Alex Holliday
2025-08-21 22:37:59 -07:00
parent cb9cd0a43c
commit 6f307dc822

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: