Having Trouble Detecting an Agent #3580
-
Hi all, First of all thank you Amir for making such a great tool. I am having a bit of trouble setting up an agent and having the host detect it. I was wondering if someone could review my docker compose files and let me know if I have something wrong. The agent docker compose yaml is:
The host docker compose yaml is:
Both machines are on the same subnet/VLAN on the network and are able to ping one another. This should not be a networking issue. Both containers are able to build and run. However, the host is not able to connect to the agent. It shows up but is labeled offline. I feel like I am missing a label or environment variable. I have read the Wiki, but may not fully understand as I am trying to build my own yamls from the docker run commands listed on the Wiki. As a side note, both machines are a Synolgy NAS. Any ideas? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@drinksomewhiskey you should check your UI logs. The error would be there. You can also use the helper
You most likely have a firewall or something blocking it. |
Beta Was this translation helpful? Give feedback.
This was it.
amir20/dozzle:latest
was not working, but/ghcr.io/amir20/dozzle:latest
worked.I appreciate your quick replies and thank you again for building something so cool.