Video coming soon…

🗺️ Setup Nominatim — Self-Hosted Geocoding

Deploy Nominatim on Ubuntu with Docker — self-hosted geocoding that turns addresses into coordinates and back, using OpenStreetMap data from any Geofabrik region, on port 8318.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys Nominatim on port 8318 and imports a region on first run (Monaco by default). Large regions are RAM- and disk-heavy to import.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/maps/nominatim/nominatim-ubuntu.sh
chmod +x nominatim-ubuntu.sh
./nominatim-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/maps/nominatim/nominatim-ubuntu.sh

2 Make it Executable

chmod +x nominatim-ubuntu.sh

3 Run the Installer

./nominatim-ubuntu.sh

4 Query the Geocoding API

http://your-server-ip:8318/search?q=an+address&format=json

Ports Used

PortPurpose
8318Nominatim geocoding API — /search and /reverse (mapped from container port 8080)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions