Created
June 5, 2024 18:00
-
-
Save jcardus/00c719937eddae133eb49814fdcb5c97 to your computer and use it in GitHub Desktop.
nominatim planet
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://osm-pds.s3.us-east-1.amazonaws.com/planet-latest.osm.pbf \ | |
-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