Skip to content

Add Mayan port variable

Sergios Kefalas requested to merge serkef/mayan-edms:patch-1 into master

Currently the script hardcodes port 80 on the host machine, which in many cases is not available. I add a variable to control the port to use. Default this to 80 to retain current behavior while allowing an override by changing the ENV variable.

Merge request reports