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

503 Service Temporarily Unavailable #437

Open jrd2017 opened 4 years ago

jrd2017 commented 4 years ago

Hi! I have followed the tutorial on how to install Jitsi via a docker container. Unfortunately, I get the "Error 503 Service Temporarily Unavailable" when i try to access the site from safari or chrome.

The only alterations I made were:

  1. Adding the webproxy at the end of the docker-compose.yml file:

# Custom network so all services can communicate using a FQDN networks: meet.jitsi: default: external: name: webproxy

  1. I have to change port 8000 to 8088 because I'm using port 8000 on another docker container.

I hope you can help me.

Thank you!

saghul commented 4 years ago

Those are significant changes. What container returns the 503?

sapkra commented 4 years ago

Can you also provide the line where you changed the port? Maybe it's something with this line.

jrd2017 commented 4 years ago

@saghul. I'm not sure how I can check what container returns to 503. I was able to change my container to listen to ports 8000 and the original port 10000.

I also tried to start the container without without # Custom network so all services can communicate using a FQDN networks: meet.jitsi: default: external: name: webproxy. I'm still getting the same error "503 Service Temporarily Unavailable".

@sapkra I reverted the ports to the original 8000 and 10000. I'm not sure what I am doing wrong? :(

Thanks.