Issues with two app stacks Kernel setting??

I have two stack that I can not get operational on EE

Was previously running on DFish in jailmaker

Stacks are a monitoring stack
Prometheus
node-exporter
cadvisor
Grafana
graphite

and a full nextcloud AIO stack…

Based on the fact that these work in the other docker install

I am wondering if I have a kernel setting issue

fs.inotify.max_user_watches 4962130

or maybe

fs.inotify.max_user_instances 8000

Is there a possible setting in here that is causing the stacks to starve?

Both stacks load without anything in the log showing an issue and imply they are functional the web UI may work for a moment or so then just STOP working

I can also get the stack operational on another machine which is why I am assuming Truenas has a Kernalsetting that is starving them.

The issue is looking like a bug in traefik

Ended up needing

label

  • traefik.docker.network=proxy

for Traefik as it was confused on what netork to use