2025-07-15 12:08:34 +10:00

5 lines
164 B
Bash
Executable File

#!/bin/bash
# Stop and remove all containers defined in the Docker Compose file,
# along with any anonymous volumes attached to them.
docker compose down --volumes