Skip to content

How to import local pbf to docker container ? #391

Discussion options

You must be logged in to vote

Ah yes, sorry. You need this:

docker run -it \
  -e PBF_PATH=/nominatim/data/planet-200120.osm.pbf \
  -p 8080:8080 \
  -v /mnt/data:/nominatim/data \
  --name nominatim \
  mediagis/nominatim:4.1

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by myrainbowandsky
Comment options

You must be logged in to vote
2 replies
@mtmail
Comment options

@myrainbowandsky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #390 on November 11, 2022 15:56.