Last active
June 5, 2024 22:28
-
-
Save jcardus/ae99702ab98c8a629a4ca870b2873831 to your computer and use it in GitHub Desktop.
Nominatim South America
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 -it \ | |
-v nominatim-flatnode:/nominatim/flatnode \ | |
-e PBF_URL=https://download.geofabrik.de/south-america-latest.osm.pbf \ | |
-e REPLICATION_URL=https://download.geofabrik.de/south-america-updates \ | |
-e UPDATE_MODE=catch-up \ | |
-e REVERSE_ONLY=true \ | |
--shm-size=16g \ | |
-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