Container to Container Communication in TrueNAS 25.04
This guide details my experience with Docker networking on a self-hosted TrueNAS SCALE server (v25.04) and how I configured Nginx Proxy Manager to communicate directly with other application containers.
Introduction
In past projects using docker stack, I've always configured Nginx to proxy
traffic to other containers within a shared Docker network. This is efficient
and secure. When setting up my TrueNAS SCALE server, I wanted to replicate this
pattern using Nginx Proxy Manager (NPM).
