Skip to content
Discussion options

You must be logged in to vote

So first of all, in the docker file or in the .env file you should put:

GEOIP_ENABLED=true #enabled by default

Then you should set the various paths to your geolite files. Not all of them are mandatory; you can just set the ones you want.

GEOIP_CITY_DB=geoip/GeoLite2-City.mmdb #or your custom path; the default path is this
GEOIP_COUNTRY_DB=geoip/GeoLite2-Country.mmdb #or your custom path; the default path is this
GEOIP_ASN_DB=geoip/GeoLite2-ASN.mmdb #or your custom path; the default path is this

There are various ways to install the GeoIP databases.

I quote from the README :

Some community projects (for example, P3TERX/GeoLite.mmdb) provide convenient downloads of GeoLite2 City/Country/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by K0lin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants