Skip to content

Commit 0128548

Browse files
authored
Merge pull request #1748 from squeral/patch-1
Include a "new in" tag to templates section
2 parents 1c973f9 + 7a89753 commit 0128548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Then build the image with `docker build -t custom-nginx .` and run it as follows
6666
$ docker run --name my-custom-nginx-container -d custom-nginx
6767
```
6868

69-
### Using environment variables in %%IMAGE%% configuration
69+
### Using environment variables in %%IMAGE%% configuration (new in 1.19)
7070

7171
Out-of-the-box, %%IMAGE%% doesn't support environment variables inside most configuration blocks. But this image has a function, which will extract environment variables before %%IMAGE%% starts.
7272

0 commit comments

Comments
 (0)