We use the Free GeoLite2 database. You'll find the most recent version to download on their Website.
- When you download the database it will have a date suffix in the filename.
- Update the VERSION in the Dockerfile with the date from the suffix
- Find the field name you need in the CSV file
- Run
node indexwith the CSV that contains it and the property as a last argument. You'll find examples of this in theDockerfile
Every tagged version will be published. The tag should reflect the database used:
git tag 2018-02-06
git push --tagsTagged versions are published to Dockerhub