Skip to content

amatol15/docker-nginx-geoip2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Docker Image with GeoIP 2 Support

Usage

docker run -d --name=nginx czerasz/nginx-geoip2:latest

Or use in Dockerfile:

FROM czerasz/nginx-geoip2:latest

# Add GeoIP configuration file to enable GeoIP 2 variables
ADD ./config/geoip2.conf /etc/nginx/conf.d/geoip2.conf

Test

Build container:

./scripts/docker-build.sh

Run tests:

./test/test.sh

About

Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%