Cherry-picked from #46434 Co-authored-by: zy-kkk <zhongyk10@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c805e69171
commit
3bc70876c4
@ -28,7 +28,7 @@ services:
|
||||
ports:
|
||||
- ${DOCKER_OCEANBASE_EXTERNAL_PORT}:2881
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "obclient -h127.1 -uroot@sys -P2881 -e 'SELECT 1'"]
|
||||
test: ["CMD-SHELL", "obclient -h127.1 -P2881 -uroot@test -e 'SELECT * FROM doris_test.all_types limit 1'"]
|
||||
interval: 5s
|
||||
timeout: 60s
|
||||
retries: 120
|
||||
|
||||
Reference in New Issue
Block a user