Setting up a Docker network through GUI or CLI to interconnect my apps

Same setup here: Nginx Proxy Manager → various apps.

I tried converting my apps to custom apps, and then editing the YAML so the app would be forced to join the NPM network by adding this:

networks:
  ix-nginx-proxy-manager_default:
    external: true

But TrueNas just literally ignored it, and when I inspected the running container, it’s still on it’s own network. :frowning: