Code Monkey home page Code Monkey logo

Comments (4)

alangecker avatar alangecker commented on August 21, 2024 1

should be resolved by our latest release :)

from bigbluebutton-docker.

trickert76 avatar trickert76 commented on August 21, 2024

But the funny part is - when I comment out the network_mode: host from nginx service, the HTTPS proxy can't reach the backend. When I comment out the ports: 8080:80 mapping it works as expected. That is strange.

Also the nginx service is configured to listen on 8080 - but the port mapping says something different (external-port:internal-port or am I wrong?)

from bigbluebutton-docker.

trickert76 avatar trickert76 commented on August 21, 2024

But at the end - what is the reason for using network_mode: host in the nginx: host. In my understand of the nginx config it is still just a HTTP service that forwards requests to some other containers via HTTP. The docker-proxy should be able to handle that request - or?

from bigbluebutton-docker.

alangecker avatar alangecker commented on August 21, 2024

yeps, that port forward is not used anyway!

As far as I can remember I used the network_mode: host instead of a port forward due to some IPv6 issues, where quite some modifications on the host must be made for get docker with IPv6 running probably. With network_mode: host we don't rely on docker for forwarding the ports on IPv6 as well.

I just made a commit where the port forward gets removed. should be released soon ;)

from bigbluebutton-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.