We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ccba1 commit 342460eCopy full SHA for 342460e
Dockerfile
@@ -6,7 +6,7 @@ ARG PG_VERSION=pg16
6
FROM pgvector/pgvector:${PG_VERSION}
7
8
LABEL maintainer="dev@hanzo.ai"
9
-LABEL org.opencontainers.image.source="https://github.com/hanzoai/postgres"
+LABEL org.opencontainers.image.source="https://github.com/hanzoai/sql"
10
LABEL org.opencontainers.image.description="Hanzo SQL - PostgreSQL with pgvector and Hanzo defaults"
11
12
# Copy initialization scripts
hanzo/LLM.md
@@ -9,7 +9,7 @@
- **Multi-tenant Support** - Organization-scoped schemas
- **High Availability** - Streaming replication ready
-Repository: https://github.com/hanzoai/postgres
+Repository: https://github.com/hanzoai/sql
13
14
## Quick Start
15
0 commit comments