You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ambar2/MongoDB/docker-entrypoint.sh

8 lines
233 B
Bash

#!/bin/bash
echo "storage:" > /etc/mongod.conf
echo " wiredTiger:" >> /etc/mongod.conf
echo " engineConfig:" >> /etc/mongod.conf
echo " cacheSizeGB: ${cacheSizeGB}" >> /etc/mongod.conf
exec mongod --config /etc/mongod.conf