mediagis/nominatim

Sponsored OSS

By mediagis

Updated 22 days ago

100% working container for Nominatim

Image
67

10M+

mediagis/nominatim repository overview

Nominatim Docker

100% working container for Nominatim.

Nominatim Version GitHub Workflow Status Github All Contributors Docker Pulls Docker Image Size with architecture (latest by date/latest semver)

Quick Start

The easiest way to use Nominatim Docker is by pulling the pre-built images from Docker Hub.

To quickly get a Nominatim instance up and running with a small dataset (e.g., Monaco):

docker run -it \
  -e PBF_URL=https://download.geofabrik.de/europe/monaco-latest.osm.pbf \
  -p 8080:8080 \
  --name nominatim \
  mediagis/nominatim:5.1

After the import is complete, you can access the Nominatim API at http://localhost:8080/search.php?q=avenue%20pasteur.

Accessing Different Versions

You can pull specific versions of the Nominatim Docker image by specifying the tag. For example, to use Nominatim version 5.1:

docker pull mediagis/nominatim:5.1

For a list of available tags, please refer to the Docker Hub page.

Security Information

For information regarding the latest supported security version and security policies for Nominatim, please refer to the official Nominatim security documentation: Nominatim Security Policy.

Detailed Usage and Configuration

For comprehensive instructions on advanced configuration, importing custom PBF files, persistent data, updating the database, PostgreSQL tuning, and more, please refer to the detailed how-to guide.

Project goals and alternatives

It is the goal of this project to provide and easy to use container image that runs all services in a single container. The downside is that this makes the Dockerfile quite complex and harder to modify.

If you're looking for a project which separates the individual concepts into separate containers, check out https://github.com/smithmicro/n7m.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Tag summary

Content type

Image

Digest

sha256:7923a8e67

Size

358.9 MB

Last updated

22 days ago

docker pull mediagis/nominatim:5.3-2026-06-23T09-03

This week's pulls

Pulls:

34,148

Jun 29 to Jul 5