BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

fix ports in the docker commands in the readme #321

Closed cpbinovo closed 1 year ago

cpbinovo commented 1 year ago

This PR changes the port mapping in the docker commands written in the README to reflect the fact that the frontend is being run with nginx which defaults to port 80.

langdal commented 1 year ago

@cpbinovo could you change the port mappings to 8080:80 instead of 80:80? This is to avoid using privileged ports on the host machine

cpbinovo commented 1 year ago

@langdal good point! I've pushed the change now 👍