I cant find a solid way of doing this, But i have a container that runs mongo and it has data in it, Im trying to find a way to have this data shared between people, The data will likely change sometimes and need updating.
I have a docker compose file that runs the front and backend of my app and i want to share this so that others can open up the app along with the data i have created for it
Whats the best way of doing this?
Source: Docker Questions