fix arm dist health check

This commit is contained in:
Alex Holliday
2025-08-14 09:34:30 -07:00
parent d5526b89d9
commit 22e0507fbd

View File

@@ -23,7 +23,7 @@ services:
volumes:
- ./mongo/data:/data/db
healthcheck:
test: ["CMD", "mongosh", "--eval", "db.adminCommand('ping')", "--quiet"]
test: ["CMD", "mongo", "--eval", "db.runCommand({ ping: 1 })", "--quiet"]
interval: 5s
timeout: 30s
start_period: 0s