Skip to content

ncareol/mod_tile-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

source for ncareol/mod_tile Docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published