Communicate between Docker Compose and docker images

  • Hello everyone,


    I have a NAS Server that is running 2 images in a Docker Compose so basically they are under the same network. Both images can communicate with each other normally. My issue is that I'm trying to figure out how to get another docker image that is also running on my NAS (but outside the docker-compose) to "talk" to the two images running in the docker-compose.


    I would appreciate any help.