ADS71-C / SMUG

SMUG is a message analysis system. Using big data it can determine the probability of a person being sick
http://smug.readthedocs.io/en/latest/
0 stars 0 forks source link

Mongo docker data volume #9

Closed GuusHamm closed 6 years ago

GuusHamm commented 6 years ago

Currently our mongodb image does not save it's data on the hosts hard drive. This means that the database does not survive a restart. This can be fixed by adding a docker volume. However when I try to do this the container refused to start