Hi guys quick question say you run a a application on your localhost (example lets say couchdb runing directly on localhost:3434 not in docker).

Now you have a docker container (say caddy, ngnix, etc). Is there a way to allow docker container to acess localhost:3434 WITHOUT using the Host network driver (–net=host)

  • MangoPenguin
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    Have you tried the IP of the host? IIRC that should work.