Closed MulverineX closed 1 year ago
No, this is not a edge case I am interested in supporting
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.
I would like to use port
4602
for organizr, but unfortunately, with the way my docker compose file is setup, I cannot useports:
. Could you please add support for aport
environment variable to change it from80
?