Skip to content

Directory for custom PBF file path #377

Answered by leonardehrenfried
AppIe314 asked this question in Q&A
Discussion options

You must be logged in to vote

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

docker run -it \
  -e PBF_PATH=/nominatim/data/merged.osm.pbf \
  -p 8080:8080 \
  -v /home/usernamehere/nominatim-docker/4.0:/nominatim/data \
  --name nominatim \
  mediagis/nominatim:4.1

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AppIe314
Comment options

Answer selected by AppIe314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants