tucked / pbnh

mix between pb and haste
https://hub.docker.com/r/tucked/pbnh
MIT License
1 stars 0 forks source link

--bind cannot be overridden in a gunicorn config file #16

Open tucked opened 7 months ago

tucked commented 7 months ago

https://github.com/tucked/pbnh/blob/82dc66a9e2976d5461a58a6d1def71b42a7e7c7a/README.md?plain=1#L57

https://docs.gunicorn.org/en/20.1.0/configure.html#command-line

If an option is specified on the command line, it overrides all other values that may have been specified in the app specific settings, or in the optional configuration file.

https://github.com/tucked/pbnh/blob/82dc66a9e2976d5461a58a6d1def71b42a7e7c7a/Dockerfile#L13-L14