소스 검색

Merge pull request #1748 from squeral/patch-1

Include a "new in" tag to templates section
Tianon Gravi 5 년 전
부모
커밋
01285481cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nginx/content.md

+ 1 - 1
nginx/content.md

@@ -66,7 +66,7 @@ Then build the image with `docker build -t custom-nginx .` and run it as follows
 $ docker run --name my-custom-nginx-container -d custom-nginx
 ```
 
-### Using environment variables in %%IMAGE%% configuration
+### Using environment variables in %%IMAGE%% configuration (new in 1.19)
 
 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.