You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ -z "$GEODATA_GEOLITE2_LICENSE_KEY" ] && { echo "Missing environment variable GEODATA_GEOLITE2_LICENSE_KEY. You need to sign up with MaxMind (free) to get this license key"; exit 1; }
[ -z "$GEODATA_MAXDATAAGE" ] && { echo "Missing environment variable GEODATA_MAXDATAAGE. Set GEODATA_MAXDATAAGE=P7D for example"; exit 1; }
docker run --rm -m1G --name geodata-importer -v ~/geodata:/geodata-server/data \