We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c4d9a commit c6fc6d3Copy full SHA for c6fc6d3
README.md
@@ -65,3 +65,12 @@ docker run \
65
66
A second replica (and so forth) can be run in the same way, but with a different port and volume name.
67
You can run up to ten replicas by default.
68
+
69
+## Extensions
70
71
+The docker images also contain [PostGIS](https://postgis.net/) and [pgvector](https://github.com/pgvector/pgvector) extensions.
72
73
+## Bugs, feature requests and contributions
74
75
+You can raise issues and feature requests using the [GitHub issue tracker](https://github.com/mutablelogic/docker-postgres/issues)
76
+or send pull requests. The image is built from the [Official Docker image](https://hub.docker.com/_/postgres).
0 commit comments