From e454421d3df1009b8ad3be652b05ca78b49f6c44 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 13 Jul 2020 18:09:42 +0000 Subject: [PATCH] Run update.sh --- nginx/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nginx/README.md b/nginx/README.md index 072b96a41..bbc038981 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -190,6 +190,14 @@ web: command: [nginx-debug, '-g', 'daemon off;'] ``` +## Entrypoint quiet logs + +Since version 1.19.0, a verbose entrypoint was added. It provides information on what's happening during container startup. You can silence this output by setting environment variable `NGINX_ENTRYPOINT_QUIET_LOGS`: + +```console +$ docker run -d -e NGINX_ENTRYPOINT_QUIET_LOGS=1 nginx +``` + ## User and group id Since 1.17.0, both alpine- and debian-based images variants use the same user and group ids to drop the privileges for worker processes: