Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
f6dc2204
authored
May 20, 2025
by
John Chen
Committed by
GitHub
May 20, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修正docker-compose-pgvecto.yml文件中,健康检查参数错误 (#4841)
parent
d44c3380
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
deploy/docker/docker-compose-pgvector.yml
+1
-1
No files found.
deploy/docker/docker-compose-pgvector.yml
View file @
f6dc2204
...
@@ -23,7 +23,7 @@ services:
...
@@ -23,7 +23,7 @@ services:
volumes
:
volumes
:
-
./pg/data:/var/lib/postgresql/data
-
./pg/data:/var/lib/postgresql/data
healthcheck
:
healthcheck
:
test
:
[
'
CMD'
,
'
pg_isready'
,
'
-U'
,
'
postgres'
,
'
-d'
,
'
aiproxy
'
]
test
:
[
'
CMD'
,
'
pg_isready'
,
'
-U'
,
'
postgres'
,
'
-d'
,
'
postgres
'
]
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment