🐛Fixed problem with zero size heapdump when running inside docker
⬆️Upgraded node-types to the current version on nodejs
This commit is contained in:
committed by
Anton Shepilov
parent
20d128d990
commit
b985f0357e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user