Getting issue while bench start

I installed version-14 and then i have apps erpnext, hrms, payments, indian_complaince after installing I run the server using

bench start

now im getting this error, Note: I done local setup using Docker

frappe@d9fcf35a3e4a:/workspace/development/frappe-bench$ bench start
08:13:09 system     | web.1 started (pid=1534)
08:13:09 system     | socketio.1 started (pid=1538)
08:13:09 system     | watch.1 started (pid=1541)
08:13:09 system     | schedule.1 started (pid=1545)
08:13:09 system     | worker.1 started (pid=1548)
08:13:09 socketio.1 | node:events:491
08:13:09 socketio.1 |       throw er; // Unhandled 'error' event
08:13:09 socketio.1 |       ^
08:13:09 socketio.1 | 
08:13:09 socketio.1 | Error: connect ECONNREFUSED 127.0.0.1:13000
08:13:09 socketio.1 |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
08:13:09 socketio.1 | Emitted 'error' event on RedisClient instance at:
08:13:09 socketio.1 |     at RedisClient.on_error (/workspace/development/frappe-bench/apps/frappe/node_modules/redis/index.js:342:14)
08:13:09 socketio.1 |     at Socket.<anonymous> (/workspace/development/frappe-bench/apps/frappe/node_modules/redis/index.js:223:14)
08:13:09 socketio.1 |     at Socket.emit (node:events:513:28)
08:13:09 socketio.1 |     at emitErrorNT (node:internal/streams/destroy:157:8)
08:13:09 socketio.1 |     at emitErrorCloseNT (node:internal/streams/destroy:122:3)
08:13:09 socketio.1 |     at processTicksAndRejections (node:internal/process/task_queues:83:21) {
08:13:09 socketio.1 |   errno: -111,
08:13:09 socketio.1 |   code: 'ECONNREFUSED',
08:13:09 socketio.1 |   syscall: 'connect',
08:13:09 socketio.1 |   address: '127.0.0.1',
08:13:09 socketio.1 |   port: 13000
08:13:09 socketio.1 | }
08:13:09 system     | socketio.1 stopped (rc=1)
08:13:09 system     | sending SIGTERM to web.1 (pid 1534)
08:13:09 system     | sending SIGTERM to watch.1 (pid 1541)
08:13:09 system     | sending SIGTERM to schedule.1 (pid 1545)
08:13:09 system     | sending SIGTERM to worker.1 (pid 1548)
08:13:09 system     | worker.1 stopped (rc=-15)
08:13:09 system     | web.1 stopped (rc=-15)
08:13:09 system     | watch.1 stopped (rc=-15)
08:13:09 system     | schedule.1 stopped (rc=-15)