Organizr / docker-organizr

Docker image for Organizr
GNU General Public License v3.0
96 stars 12 forks source link

Unable to bind to a unique port in docker compose network #32

Closed MulverineX closed 1 year ago

MulverineX commented 1 year ago

I would like to use port 4602 for organizr, but unfortunately, with the way my docker compose file is setup, I cannot use ports:. Could you please add support for a port environment variable to change it from 80?

Roxedus commented 1 year ago

No, this is not a edge case I am interested in supporting

qdm12 commented 1 year ago

That's not an edge case and really something very basic, having the internal listening port configurable is critical in a few cases. Also port 80 forces you to run as root since it's below 1024, which not always desirable.