mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 17:45:14 +00:00
* use ephemeral volumes to avoid root mounts in user space * use image definition using environment variable with default.
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 |