Closed pdhuvad closed 5 years ago
Hi @pdhuvad
I added the package ca-certificates
and it may have fixed the issue.
It's difficult for me to test because the planet pbf is so large.
Please could you try this release candidate and let me know if it works for you.
docker run -d -p 8080:8080 \
-e NOMINATIM_PBF_URL='https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf' \
--name nominatim peterevans/nominatim:1.3.4-rc.1
I've release this fix in version 1.3.4 so I'll close this issue. If you still have the same problem with the latest version let me know.
I am trying to install planet osm database. It does not take any other url other than one from http://download.geofabrik.de. I get following error
sudo docker run -d -p 8080:8080 -e NOMINATIM_PBF_URL='https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf' --name nominatim peterevans/nominatim:latest
Thanks.