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
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:
services:
aria2:
image: <self-built aria2 image>container_name: aria2networks:
- aria...aria-ng:
image: <self-built ariang image>container_name: ariangnetworks:
- public
- aria...networks:
public:
external: true # Ingress from public internet via reverse proxyaria:
external: true # Isolated network for communication between these two containers
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: