ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Fix requirement for using root in docker container to use port 80 #315

Closed magikmw closed 1 year ago

magikmw commented 1 year ago

Tiny pull request to remove Docker image's dependency on running apache inside the container as root for access to port 80.

This PR also allows to change the port easily, either by modifying the Dockerfile or providing a PORT env variable in the docker run command.

README.md also updated to reflect this change for seamless start.

ondras commented 1 year ago

Thanks @magikmw !