You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than hardcoding it to port 80 here it would be nice to be able to set the port to something else. For example, if the PORT=80 var is defined by default and the -b arg is dropped from the docker CMD, then gunicorn binds to 0.0.0.0:$PORT by default (docs here), which is more easily configurable.
The text was updated successfully, but these errors were encountered:
Rather than hardcoding it to port 80 here it would be nice to be able to set the port to something else. For example, if the
PORT=80
var is defined by default and the-b
arg is dropped from the docker CMD, then gunicorn binds to0.0.0.0:$PORT
by default (docs here), which is more easily configurable.The text was updated successfully, but these errors were encountered: