We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb043b commit 3293827Copy full SHA for 3293827
docker-build.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-docker build -t pgtest .
+docker build -t pgvectortest .
docker-run.sh
@@ -0,0 +1,7 @@
+docker run --rm \
+ -e POSTGRES_USER=devuser \
+ -e POSTGRES_PASSWORD=devpassword \
4
+ -e POSTGRES_DB=mydb \
5
+ -e PAYLOAD_DATABASE=postgres \
6
+ -p 5433:5432 \
7
+ pgvectortest:latest
0 commit comments