Skip to content

Commit

Permalink
Increase healthcheck timeout to 60s (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Apr 2, 2022
1 parent b9ea74c commit 6b51df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- MONGO_INITDB_DATABASE=db
healthcheck:
test: ["CMD-SHELL", "mongo --eval 'db.runCommand(\"ping\").ok' localhost:27017/test --quiet"]
timeout: 60s

mongo-express:
container_name: ddev-${DDEV_SITENAME}-mongo-express
Expand Down

0 comments on commit 6b51df4

Please sign in to comment.