From 796b39b06e0898e0f3dd0aaa9b37cac2f7052e79 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 8 Sep 2024 16:19:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef41e6b..d1cc9f2 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,10 @@ All the image tags, configurations, environment variables and application option * 👷 Avoid creating unnecessary `*.pyc` files with `PYTHONDONTWRITEBYTECODE=1` and ensure logs are printed immediately with `PYTHONUNBUFFERED=1`. PR [#109](https://github.com/tiangolo/meinheld-gunicorn-docker/pull/109) by [@estebanx64](https://github.com/estebanx64). +#### Refactors + +* ♻️ Do not add `EXPOSE 80` by default as the port can be changed. PR [#128](https://github.com/tiangolo/meinheld-gunicorn-docker/pull/128) by [@tiangolo](https://github.com/tiangolo). + #### Internal * 👷 Update `issue-manager.yml`. PR [#127](https://github.com/tiangolo/meinheld-gunicorn-docker/pull/127) by [@tiangolo](https://github.com/tiangolo).