diff --git a/docker-compose.yml b/docker-compose.yml index f5d71f8..c16901f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -781,7 +781,7 @@ services: postgres: condition: service_healthy healthcheck: - test: ["CMD-SHELL", "tctl cluster health | grep -q SERVING || exit 1"] + test: ["CMD-SHELL", "temporal operator cluster health | grep -q SERVING || exit 1"] interval: 30s timeout: 10s retries: 5