Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 353 Bytes

File metadata and controls

18 lines (14 loc) · 353 Bytes

Dockerized Notes App

Implementing persistent storage for a Dockerized notes app

Run the multicontainer app:

docker compose up -d --build

Delete/Teardown the multicontainer app:

docker compose down

To tear down all the containers and delete the persistent volumes the app uses, run:

docker compose down --volumes