Directory for custom PBF file path #377
-
I have created a custom PBF file by merging two other PBF files. I am now trying to re-build nominatim-docker with this new PBF file. From the docker documentation I can use this command: My issue is that I don't know where to place the merged pbf file. I can't find /nominatim/data/. I imagine this is an easy fix but docker is truly magic to me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to use the correct volume mapping. The bit before the colon is on your host computer that is mounted into the container at the path after the colon. So in your case it's
|
Beta Was this translation helpful? Give feedback.
You need to use the correct volume mapping. The bit before the colon is on your host computer that is mounted into the container at the path after the colon.
So in your case it's