Last active
September 11, 2024 01:16
-
-
Save jcardus/1a22b80ae6c88fddf795271b447c4604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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