-
First of all thank you Amir for making such a great tool. I am not able to connect to more than one agent. On the dozzle host i am only able to connect to the first agent in the list of the DOZZLE_REMOTE_AGENT environment variable. The second one is light grey and not selectable. Maybe someone could review my docker compose files and tell me what i make wrong. The host docker compose yaml is:
Docker log
The agent_1 192.168.2.46 docker compose yaml is:
Docker log
The agent_2 192.168.2.53 docker compose yaml is:
Docker log
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
There is CLI to test agents so that you can easily debug.
Try that to make sure the connection is successful. I am afraid I won't be able to help much beyond that because there are many things that could be causing this error such VPN, firewalls, etc... |
Beta Was this translation helpful? Give feedback.
-
Thank you yery much for your quick replay. Running your command
shows
When i change the env variable as
than i am able to connect to 192.168.2.53:7007 and 192.168.2.46:7007 is light grey and not selectable. |
Beta Was this translation helpful? Give feedback.
-
🤨 Is it possibly just as simple as removing the space? |
Beta Was this translation helpful? Give feedback.
-
Removing the space in
is the solution. Once again thank you very much for your quick support. |
Beta Was this translation helpful? Give feedback.
Removing the space in
DOZZLE_REMOTE_AGENT=192.168.2.53:7007,192.168.2.46:7007
is the solution.
Once again thank you very much for your quick support.