Skip to content

Commit 55d765e

Browse files
authored
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.
1 parent 209c1b3 commit 55d765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ I won't go in to too much detail here but here are the basics for someone new to
5959
version: '3.8'
6060
services:
6161
app:
62-
image: 'jc21/nginx-proxy-manager:latest'
62+
image: 'docker.io/jc21/nginx-proxy-manager:latest'
6363
restart: unless-stopped
6464
ports:
6565
- '80:80'

0 commit comments

Comments
 (0)