Skip to content

Instantly share code, notes, and snippets.

@jcardus
Last active June 5, 2024 22:28
Show Gist options
  • Save jcardus/ae99702ab98c8a629a4ca870b2873831 to your computer and use it in GitHub Desktop.
Save jcardus/ae99702ab98c8a629a4ca870b2873831 to your computer and use it in GitHub Desktop.
Nominatim South America
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