🐛Fixed problem with zero size heapdump when running inside docker

⬆️Upgraded node-types to the current version on nodejs
This commit is contained in:
Anton SHEPILOV
2025-01-30 17:20:03 +01:00
committed by Anton Shepilov
parent 20d128d990
commit b985f0357e
9 changed files with 51 additions and 52 deletions
+1 -2
View File
@@ -6,11 +6,10 @@ services:
image: mongo
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
interval: 2m
interval: 10s
timeout: 2m
retries: 30
start_period: 10s
start_interval: 3s
volumes:
- ./docker-data/mongo:/data/db
ports: