CentOS / CentOS-Dockerfiles

Dockerfiles for various common implementations
GNU General Public License v2.0
1.86k stars 1.25k forks source link

Fixed port number in README file #156

Closed surajnarwade closed 5 years ago

kbsingh commented 6 years ago

i was under the impression that running on port 80 needed priviledged access on the machine running the instance. is that no longer the case ?

cdrage commented 6 years ago

@kbsingh It's still the case. This (probably) won't work on orchestrators such as OpenShift

surajnarwade commented 6 years ago

@cdrage @kbsingh but container is running on that port only

kbsingh commented 6 years ago

so the fix here might be to change the port used inside the container to match the exported port ?