django-cms-quickstart
django-cms-quickstart copied to clipboard
Database is not persistent
After shutting down the server with docker compose down and restarting with docker compose up the previously populated database is not mounted anymore because the database files aren’t saved in a named volume.
I’m going to create a PR to fix that.