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
- Host: GitHub
- URL: https://github.com/mnuessler/docker-postgis
- Owner: mnuessler
- Created: 2018-11-07T11:48:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T12:04:21.000Z (over 6 years ago)
- Last Synced: 2025-02-24T02:14:14.198Z (3 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mnuessler/postgis/
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/