Change configuration example to be generic

This commit is contained in:
Daniel Carrillo 2019-12-15 17:57:44 +01:00
parent 8c08fcd4ca
commit f45d521a24
1 changed files with 2 additions and 2 deletions

View File

@ -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
```