Open SplinterHead opened 1 year ago
You need to expose to port of the container of aria2 (expose 6800 in dockerfile).
Or configure exposing the default port in the docker compose file.
With exposing I don't mean binding it to a host port but just the docker directive.
If you don't expose a port the whole container is essentialy sealed off with no port open for other containers to connect to.
And what network driver are you using for the aria network?
If you chose a truely isolate network with driver none then they obviously can't connect either.
I'm trying to connect AriaNG to Aria2 over an isolated Docker netwotk (no ports exposed to the host). I'm struggling to get it to connect, is there any reason to expect the ports are to be exposed?
Docker compose sample: