Installation Issues in Docker Desktop

Hi All,
I installed frappe/erpnext in docker desktop.
No issues in logs;
docker-compose logs frappe

frappe | Starting gunicorn 22.0.0
frappe | Listening at: http://0.0.0.0:8000 (1)
frappe | Using worker: gthread
frappe | Booting worker with pid: 7
frappe | Booting worker with pid: 8
frappe | Invalid request from ip=172.22.0.1: Invalid HTTP request line: ‘\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03·’

I have issue with bench start
frappe@6e1f6c4221a8:~/frappe-bench$ bench restart
WARN: restart failed: Couldn’t find supervisorctl in PATH
frappe@6e1f6c4221a8:~/frappe-bench$ bench start
frappe@6e1f6c4221a8:~/frappe-bench$ bench start
2024-07-21 18:32:05 [263] [ERROR] Procfile does not exist or is not a file
frappe@6e1f6c4221a8:~/frappe-bench$ docker-compose logs frappe
bash: docker-compose: command not found

image

http://localhost:8080/ - This site can’t be reached

My docker compose:

Can someone help me on this.