-
Hi! This is my first time using Dozzle. I've been reading the guides and trying to configure it in many different ways, but I keep getting the same error. Dozzle is installed in the 172.26.3.114, and I configured the .37, .38 and .39 (from the same network) as agents. Here's the commands I ran:
All hosts show up at Dozzle UI, but only localhost containers can be accesed. The other ones appear as Offline. I keep getting this error and I don't know how to fix it:
I tried configuring TLS certs, but I don´t know if it´s necessary or if I did it correctly. Sorry if this is a little mistake or if I missed something. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Try setting |
Beta Was this translation helpful? Give feedback.
-
What happens if you don’t provide custom TLS certificates yourself? |
Beta Was this translation helpful? Give feedback.
-
What happens if you go to 172.26.3.37 and run: docker run -d \
--name dozzle-agent \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 7007:7007 \
amir20/dozzle:latest agent |
Beta Was this translation helpful? Give feedback.
Try setting
DOZZLE_REMOTE_AGENT="172.26.3.37:7007,172.26.3.38:7007,172.26.3.39:7007"
.