So I am following the official documentation django with postgres in docker
https://docs.docker.com/compose/django/
I created another database, ( not using the default postgres db ). but when shutdown the server and re run it, It doesn't show the database. How can i create database so that it doesn't vanish when i shut down my docker server.