Shutting down

  1. In the terminal window where you started the Docker process, stop the process using CTRL+C

  2. Still within the same directory, issue the following command, to ensure all the resources are released by Docker:

docker compose down

Last updated