mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-30 05:55:47 +00:00
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.
This commit is contained in:
@@ -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'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'jc21/nginx-proxy-manager:latest'
|
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
|
Reference in New Issue
Block a user