An open API service indexing awesome lists of open source software.

https://github.com/mnuessler/docker-postgis

A Docker image with PostGIS extension based on the official PosgreSQL image
https://github.com/mnuessler/docker-postgis

Last synced: 3 months ago
JSON representation

A Docker image with PostGIS extension based on the official PosgreSQL image

Awesome Lists containing this project

README

        

# Docker PostGIS

[![Docker Pulls][pulls-badge]][docker-hub]

A Docker imge for [PostgreSQL][psql] 9.6, based on the official
PostgreSQL [docker image][hub] but with [PostGIS][pgis] 2.3 extension
installed.

[pulls-badge]: https://img.shields.io/docker/pulls/mnuessler/postgis.svg?maxAge=86400
[docker-hub]: https://hub.docker.com/r/mnuessler/postgis/
[psql]: https://www.postgresql.org/
[pgis]: https://postgis.net/
[hub]: https://hub.docker.com/_/postgres/