From f76f87d9b0c93627a4e3986710dbe1f2aa821c8d Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 27 Aug 2020 17:45:23 +0100 Subject: [PATCH] fix: remove smallfiles --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5dfcc63..69cb9c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - MONGO_LOG_DIR=/dev/null volumes: - mongo-chat:/data/db - command: mongod --smallfiles --replSet rs0 --oplogSize 128 + command: mongod --replSet rs0 --oplogSize 128 volumes: mongo-chat: chat-uploads: