From 859215bdfb0424e56a1ef2ad315a153b518f4955 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:10:02 +0300 Subject: [PATCH] Fix README (#959) Signed-off-by: Sagi Shnaidman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ca825..2c9a405 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Here is a quick example of how to ensure a Redis container is running using the - name: Ensure the Redis container is running containers.podman.podman_container: name: my-redis-cache - image: redis:alpine + image: docker.io/redis:alpine state: started ports: - "6379:6379"