Previously, the MongoDB service in the Raspberry Pi setup lacked persistent storage configurations. This change ensures MongoDB data persists through container restarts by mapping host directories to container directories for both database and config data.
Previously, the MongoDB service in the Raspberry Pi setup lacked persistent storage configurations. This change ensures MongoDB data persists through container restarts by mapping host directories to container directories for both database and config data.
closes #224