From 3ca2d6a7d6fdbfd3ddc00344f97d58598b22d0c5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 11 Jun 2018 21:08:39 +0000 Subject: [PATCH] Run update.sh --- nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/README.md b/nginx/README.md index 15276198d..96ccadac3 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -137,7 +137,7 @@ web: environment: - NGINX_HOST=foobar.com - NGINX_PORT=80 - command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" + command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'" ``` The `mysite.template` file may then contain variable references like this: