Replies: 3 comments
-
You need to mount the file via a volume into the container. Right now you are using a docker volume for the database, but nothing for your file. So you could do something like we describe in the README: https://github.com/mediagis/nominatim-docker/blob/master/4.0/README.md#openstreetmap-data-extracts So in addition to |
Beta Was this translation helpful? Give feedback.
-
docker run -it if this is your command. please paste your morocco.osm.pbf file inside osm-maps folder then it will 100% work |
Beta Was this translation helpful? Give feedback.
-
I was able to load local pbf (and a local tiger file... containing a subset of the tiger files for 1 state) using the following docker-compose.yml services: |
Beta Was this translation helpful? Give feedback.
-
How do I configure it to use
PBF_PATH
and read the local file? Any tutorials?The file
rj.osm
was extracted using https://extract.bbbike.org/Beta Was this translation helpful? Give feedback.
All reactions