mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-17 18:35:02 +00:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Run Docker Compose
|
|
|
|
docker compose up --detach --force-recreate --renew-anon-volumes --always-recreate-deps
|