In docker you don’t connect bridges, you attach the containers to the docker bridge networks. Then leverage the dns-based service discovery by using the service or container name when connecting to the other container.
If you have no idea what I mean, then please share how you create your containers, by sharing either the docker run
commands or the content of the docker-compose.yml.
Please, format your post according to the following guide: How to format your forum posts
In short: please, use </>
button to share codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter. Use the preview feature to make sure your text is formatted as you would expect it and check your post after you have sent it so you can still fix it.
Example code block:
```
echo "I am a code."
echo "An athletic one, and I wanna run."
```
After fixing your post, please send a new comment so people are notified about the fixed content.