diff --git a/docker-compose.tmpl.yml b/docker-compose.tmpl.yml index b6cccdf..f6f9dc4 100644 --- a/docker-compose.tmpl.yml +++ b/docker-compose.tmpl.yml @@ -100,7 +100,8 @@ services: mongodb: image: mongo:4.4 restart: unless-stopped - test: bash -c "if mongo --eval 'quit(db.runCommand({ ping':' 1 }).ok ? 0 ':' 2)'; then exit 0; fi; exit 1;" + healthcheck: + test: bash -c "if mongo --eval 'quit(db.runCommand({ ping':' 1 }).ok ? 0 ':' 2)'; then exit 0; fi; exit 1;" networks: bbb-net: ipv4_address: 10.7.7.6