diff --git a/affine/deploy.sh b/affine/deploy.sh index bfd2792..26bbb8a 100755 --- a/affine/deploy.sh +++ b/affine/deploy.sh @@ -62,7 +62,7 @@ podman create \ -e POSTGRES_DB=$DB_DATABASE \ -e POSTGRES_HOST_AUTH_METHOD=trust \ -v "$DB_DATA_LOCATION:/var/lib/postgresql/data:Z" \ - docker.io/library/postgres:16 + docker.io/pgvector/pgvector:pg16 podman generate systemd \ --new \