mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-17 18:35:02 +00:00
5 lines
164 B
Bash
Executable File
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 |