fix(service): Change chatwoot service postgres image from postgres:12
to pgvector/pgvector:pg12
This commit is contained in:
@@ -88,7 +88,7 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12
|
image: pgvector/pgvector:pg12
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
|
Reference in New Issue
Block a user