Skip to content

Commit 3ca2d6a

Browse files
Run update.sh
1 parent 170aab3 commit 3ca2d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ web:
137137
environment:
138138
- NGINX_HOST=foobar.com
139139
- NGINX_PORT=80
140-
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
140+
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
141141
```
142142
143143
The `mysite.template` file may then contain variable references like this:

0 commit comments

Comments
 (0)