Skip to content

Instantly share code, notes, and snippets.

@jcardus
Last active September 11, 2024 01:16
Show Gist options
  • Save jcardus/1a22b80ae6c88fddf795271b447c4604 to your computer and use it in GitHub Desktop.
Save jcardus/1a22b80ae6c88fddf795271b447c4604 to your computer and use it in GitHub Desktop.
docker run -dt \
-v $PWD/custom_files:/custom_files \
-v nominatim-flatnode:/nominatim/flatnode \
-e PBF_PATH=/custom_files/brazil-latest.osm.pbf \
-e REVERSE_ONLY=true \
-p 8080:8080 \
--name nominatim \
mediagis/nominatim:4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment