when testing in docker, you used to be able to jus...
# troubleshooting
t
when testing in docker, you used to be able to just add another
localhost
line to
conf/workers
and it’d spin up a second TM. i know this worked ~2 years ago now it seems the second TM runs into a port collision and dies:
ERROR: transport error 202: bind failed: Address already in use
is this no longer an expected way to spin up two TMs in the same docker container?