jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.06k stars 1.36k forks source link

Jitsi stops when another action is performed on a container #735

Open tomaswarynyca opened 4 years ago

tomaswarynyca commented 4 years ago

I have my jitsi server mounted with traefik and other applications, when any modification is made to a container for example to stop any of the other applications, jitsi stops working. I was checking the logs and got the following message after a few seconds of stopping the container, any reason why this could happen?

2020/09/05 02:37:48 [error] 230#230: *84 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.2, server: _, request: "POST /http-bind?room=test HTTP/1.1", upstream: "http://172.18.0.2:5280/http-bind?room=test", host: "meet.mysite.com", referrer: "https://meet.mysite.com/test"

prayagsingh commented 4 years ago

when you mentioned this when any modification is made to a container for example to stop any of the other applications, jitsi stops working then which container did you stop? If you are stopping and making changes to web container then it won't affect other containers but if you are making any changes to prosody container then you have to remove the previous config and restart all the containers except web else setup won't work.

tomaswarynyca commented 4 years ago

Hello thank you for responding, I mean non-jitsi applications. For example I have a mail server when I restart or stop that container, jitsi after a few seconds stops working. What sounds more strange to me is that jitsi containers keep running well but you can't access the web.