Releases: smallwat3r/docker-nginx-gunicorn-flask-letsencrypt
Releases · smallwat3r/docker-nginx-gunicorn-flask-letsencrypt
2.2.0
2.1.2
- Updated Docker images.
- Do not use
multiprocessing.cpu_count() * 2 + 1
to calculate the number of workers used by Gunicorn as this could lead to some issues as running in a Docker container (see https://bugs.python.org/issue36054).
2.1.1
Makefile doc