You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Docker-compose trying to send email to mailcatcher from a separate container gets Connection refused. However if I test this via netcat I get the following error:
220 EventMachine SMTP Server
If I test the connection from my host it works, just inside of a docker network container to container.
nc -z 127.0.0.1 1025
Connection to 127.0.0.1 port 1025 [tcp/blackjack] succeeded!
nc -z 127.0.0.1 1080
Connection to 127.0.0.1 port 1080 [tcp/socks] succeeded!
The version of docker/compose is:
Docker version 18.09.0, build 4d60db4
docker-compose version 1.23.2, build 1110ad01
When using Docker-compose trying to send email to
mailcatcher
from a separate container gets Connection refused. However if I test this via netcat I get the following error:If I test the connection from my host it works, just inside of a docker network container to container.
The version of docker/compose is:
An example of the
docker-compose.yml
below:The values for the environments are as follows:
The text was updated successfully, but these errors were encountered: