From f45d521a244d051c09c7acdd8d60e0b4a56d2cd4 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Sun, 15 Dec 2019 17:57:44 +0100 Subject: [PATCH] Change configuration example to be generic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845d22e..e50a565 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Current modules: Edit [conf.env](conf.env) ```bash -NGINX_VERSION=1.17.6 # Nginx version to build from -NGX_GEOIP2_VERSION=3.3 # Nginx geoip2 version to build from +NGINX_VERSION=x.xx.x # Nginx version to build from +NGX_GEOIP2_VERSION=x.x # Nginx geoip2 version to build from DOCKER_IMAGE=dcarrillo/nginx # Docker image ```