Skip to content

Instantly share code, notes, and snippets.

@jcardus
Created June 5, 2024 18:00
Show Gist options
  • Save jcardus/00c719937eddae133eb49814fdcb5c97 to your computer and use it in GitHub Desktop.
Save jcardus/00c719937eddae133eb49814fdcb5c97 to your computer and use it in GitHub Desktop.
nominatim planet
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