Giter Club home page Giter Club logo

Comments (1)

missinglink avatar missinglink commented on July 17, 2024

That's very odd, I suspect it's something to do with how your network is configured.

It's possible that your host machine can access the port while another container cannot.

Couple things worth checking:

  • In your comment I see that the service is bound to the host/interface age5, normally I'd expect 0.0.0.0 (all interfaces) or 127.0.0.1 (local interface), not sure what age5 is, this is a non-standard configuration which might be causing issues.
  • The docker networking is based on hostnames, I've had issues in the past when adding a new service to docker-compose.yml, services which are already running cannot resolve the new host name, this can usually be resolved by bringing all the containers down and up again

Let me know how you get on

from placeholder.

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.