diff --git a/docker-compose.yml b/docker-compose.yml index bec0f73..11c7833 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: restart: always healthcheck: test: echo 'db.runCommand("ping").ok' | mongo mongo:27017/test --quiet - interval: 30s + interval: 10s timeout: 10s retries: 5 environment: @@ -35,4 +35,4 @@ services: environment: ME_CONFIG_MONGODB_ADMINUSERNAME: root ME_CONFIG_MONGODB_ADMINPASSWORD: example - ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/ \ No newline at end of file + ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/