After running docker-compose up, it running on port : 5005, but when we are giving input
curl --request POST
–url http://localhost:5005/webhooks/rest/webhook
–header ‘content-type: application/json’
–data ‘{
“message”: “hello”
}’
i got an error:
curl: (7) Failed to connect to localhost port 5005: Connection refused