From b975b4d8d5ab219bfd959f1c572006c9061cd58e Mon Sep 17 00:00:00 2001 From: TenSt Date: Thu, 25 Jun 2026 11:46:11 +0200 Subject: [PATCH] docs: add small update to trigger stage deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af0285c0..e132858a8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ System Patch Manager is one of the applications for [console.redhat.com](https:/ Ensure that you have Go and Podman installed. ### Running locally -Use `podman-compose` to deploy the individual project components and supporting containers that simulate the CMSfR platform and database: +Use `podman-compose` (or `docker compose`) to deploy the individual project components and supporting containers that simulate the CMSfR platform and database: ~~~bash podman-compose up --build # Build images if needed and start containers podman-compose down # Stop and remove containers