From 9bc2c91e443768ea02f00dbf99668371f1523204 Mon Sep 17 00:00:00 2001 From: Piyush Sinha <39101989+piyuxh01@users.noreply.github.com> Date: Sun, 21 May 2023 13:49:05 +0530 Subject: [PATCH] Update README.md Port was wrong mentioned --- httpd/centos7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/centos7/README.md b/httpd/centos7/README.md index f579c16d..5378d28a 100644 --- a/httpd/centos7/README.md +++ b/httpd/centos7/README.md @@ -16,7 +16,7 @@ Copy the sources down and do the build To run (if port 8080 is available and open on your host): ``` -# docker run -d -p 8080:8080 /httpd +# docker run -d -p 8080:80 /httpd ``` or to assign a random port that maps to port 80 on the container: