Commit f6dc2204 by John Chen Committed by GitHub

fix:修正docker-compose-pgvecto.yml文件中,健康检查参数错误 (#4841)

parent d44c3380
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment