Implementing persistent storage for a Dockerized notes app
Run the multicontainer app:
docker compose up -d --buildDelete/Teardown the multicontainer app:
docker compose downTo tear down all the containers and delete the persistent volumes the app uses, run:
docker compose down --volumes