Curl: (56) Recv failure: Connection reset by peercurl: (56) Recv failure: Connection reset by peer

hello,

I am trying to expose the tableau server container, I haven’t seen any issues during the build.
when I am trying to curl localhost:8050 I am getting this error:

curl: (56) Recv failure: Connection reset by peer

here is the run command:

docker run --name tableau_server -d -p 8050:8050 8fe059ba1cae

how can I fix this issue?