You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Then build the image with `docker build -t custom-nginx .` and run it as follows
120
120
$ docker run --name my-custom-nginx-container -d custom-nginx
121
121
```
122
122
123
-
### Using environment variables in nginx configuration
123
+
### Using environment variables in nginx configuration (new in 1.19)
124
124
125
125
Out-of-the-box, nginx doesn't support environment variables inside most configuration blocks. But this image has a function, which will extract environment variables before nginx starts.
0 commit comments