Skip to content

Commit c0d547f

Browse files
committed
README : fix of uppercase letters in ghcr package URI path
1 parent 8290abe commit c0d547f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Base : **scratch**
2222

2323
Linux systems:
2424

25-
> podman pull ghcr.io/HelpViewer/MiniHTTPServer
25+
> podman pull ghcr.io/helpviewer/minihttpserver
2626
> mkdir ./www
27-
> podman run -p 80:8080 -v ./www:/www ghcr.io/HelpViewer/MiniHTTPServer
27+
> podman run -p 80:8080 -v ./www:/www ghcr.io/helpviewer/minihttpserver
2828
2929
Webserver is accessible from port **80** via your browser with use of your IP for external network (inside Podman network access via container alias and port 8080).
3030

0 commit comments

Comments
 (0)