diff --git a/README.md b/README.md index 27d316b..54570d7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Ensure you have the following installed on your system: See `infrastructure//.env.template` for example usage. +## Setup with Compose + +```bash +docker compose up -d --build --force-recreate --remove-orphans +``` + ## Setup ### 1. Clone the project