Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 241 Bytes

clean-up.md

File metadata and controls

7 lines (4 loc) · 241 Bytes

Clean-up

Kill running containers and volumes

The following command can be run to stop any running Docker containers and remove all volumes used by the databases.

  • From within project root $ docker-compose down -v --remove-orphans