diff --git a/docker-compose.yml b/docker-compose.yml index 9d975de..85b8c82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,9 +19,9 @@ services: - ./data/db:/data/db ports: - 27017:27017 - command: mongod --smallfiles --logpath=/dev/null --port 27017 + command: mongod --logpath=/dev/null --port 27017 healthcheck: test: echo 'db.stats().ok' | mongo localhost:27017/mar --quiet interval: 2s timeout: 2s - retries: 2 \ No newline at end of file + retries: 2