fix(service): Change chatwoot service postgres image from postgres:12 to pgvector/pgvector:pg12
This commit is contained in:
parent
36a987eb9d
commit
995382d3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue