ufw-docker icon indicating copy to clipboard operation
ufw-docker copied to clipboard

Can't connect from different docker network to published docker service

Open benjaminbear opened this issue 3 years ago • 1 comments

I have tested the following: containera with networka has a webservice running at port 80, which is published to any with ufw-docker. containerb with networkb should now be able to connect to http://containera:80, like it is without ufw, but unfortunately it doesn't work. Connecting to the host with port 80 from outside works as expected.

Did I do something wrong or is there something missing?

benjaminbear avatar May 06 '21 22:05 benjaminbear

Same issue here. In my opinion this should be easily possible since in many cases services are running on the same machine but need to talk to each other.

LouBen3010 avatar Jul 12 '21 08:07 LouBen3010