From 55d765e7856b6c9dc3fc532f9cd928459f36803f Mon Sep 17 00:00:00 2001 From: Tomas Michalek Date: Sun, 25 Feb 2024 22:38:50 +0100 Subject: [PATCH] Update README.md to support Podman Podman by default doesn't except the not fully qualified image urls. This commit adds the domain (docker.io) in order to resolve this issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6880c5f..7eb04167 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ I won't go in to too much detail here but here are the basics for someone new to version: '3.8' services: app: - image: 'jc21/nginx-proxy-manager:latest' + image: 'docker.io/jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80'