Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow setting the port via env var #19

Open
averykhoo opened this issue Apr 6, 2023 · 0 comments
Open

allow setting the port via env var #19

averykhoo opened this issue Apr 6, 2023 · 0 comments

Comments

@averykhoo
Copy link

averykhoo commented Apr 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant