Tctl health check is not working

I am running the docker image temporalio/auto-setup:1.22.0. To check if everything is working I want to do I healthcheck with tctl interface, i am getting this error message

25069bc68203:/etc/temporal$ tctl cluster health
Error: Unable to get “temporal.api.workflowservice.v1.WorkflowService” health check status.
Error Details: rpc error: code = Unavailable desc = connection error: desc = “transport: Error while dialing: dial tcp 127.0.0.1:7233: connect: connection refused”
(‘export TEMPORAL_CLI_SHOW_STACKS=1’ to see stack traces)

What could be the issue?