You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Base : **scratch**
22
22
23
23
Linux systems:
24
24
25
-
> podman pull ghcr.io/HelpViewer/MiniHTTPServer
25
+
> podman pull ghcr.io/helpviewer/minihttpserver
26
26
> 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
28
28
29
29
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).
0 commit comments