We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71c1cc commit 5c3ca1dCopy full SHA for 5c3ca1d
README.md
@@ -23,7 +23,8 @@ To build Nginx with current config (by default:
23
[mod-vts](https://github.com/vozlt/nginx-module-vts),
24
[headers-more](https://github.com/openresty/headers-more-nginx-module),
25
[http_subs_filter](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)),
26
-simply type something like
+[geoip2](https://github.com/leev/ngx_http_geoip2_module) (yes, external dependency
27
+libmaxminddb0 will be added automatically, +100 kilobytes), simply type something like
28
```
29
docker build . --build-arg="NGINX_VERSION=1.19.1" -t "your-repo/nginx:1.19.1-custom"
30
0 commit comments