mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-17 18:35:02 +00:00

* use ephemeral volumes to avoid root mounts in user space * use image definition using environment variable with default.
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
|