Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion httpd/centos7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username>/httpd
# docker run -d -p 8080:80 <username>/httpd
```

or to assign a random port that maps to port 80 on the container:
Expand Down