fix: remove smallfiles
This commit is contained in:
parent
59963d55dd
commit
f76f87d9b0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue