Skip to content
Snippets Groups Projects
Commit 154fc888 authored by Aaron Ogle's avatar Aaron Ogle Committed by Rodrigo Nascimento
Browse files

Docker-compose to use mmapv1 storage engine for mongo (#10336)

Change Docker-Compose to use mmapv1 storage engine for mongo
parent 8124a124
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ services:
volumes:
- ./data/db:/data/db
#- ./data/dump:/dump
command: mongod --smallfiles --oplogSize 128 --replSet rs0
command: mongod --smallfiles --oplogSize 128 --replSet rs0 --storageEngine=mmapv1
labels:
- "traefik.enable=false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment