Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 504 Bytes

File metadata and controls

16 lines (10 loc) · 504 Bytes

Docker image for running Apache w/ mod_tile, for serving static, pregenerated OpenStreetMap tiles.

Usage

  • map local port to container's port 80
  • mount local volume of tiles to /var/lib/mod_tile

e.g.

docker run  -v /my/path/to/mod_tile:/var/lib/mod_tile -p 8080:80 ncareol/mod_tile

=> http://localhost:8080