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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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