synesthesiam / opentts

Open Text to Speech Server
MIT License
949 stars 133 forks source link

docker container #40

Open yaskshelat opened 1 year ago

yaskshelat commented 1 year ago

hi I am a pretty basic user, I installed docker on my Mac, pulled the docker image and running it.

I am getting following error , can anyone help please

image
synesthesiam commented 1 year ago

What is the error? It looks like it's running properly.

yaskshelat commented 1 year ago

when I go to the given url http://0.0.0.0:5500 it doesn't work. what is this hypercorn.error

synesthesiam commented 1 year ago

That's just the logging level from the web server. I don't know why it does that, but it's not a real error. You should visit http://localhost:5500 to view the website. Make sure you've exposed port 5500 (TCP) with your Docker app.

yaskshelat commented 1 year ago

thank you for your reply, I am not sure how do I open port 5500 from the docker app, I tried http://localhost:5500 but it doesn't work either.