-
I have uptime-kuma monitoring containers/web services. The replex container is called "replex" and so in uptime kuma I set the url to "http://replex/identity" but I get an error like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
So if I route Plex directly I get valid addresses albeit ipv4 haven't been able to get IPv6 to show up directly yet but if I route it through replex it shows up with a unique local address. I'm confused as to why. |
Beta Was this translation helpful? Give feedback.
-
Ok so I actually fixed this by putting it on the same network stack using network_mode: "service:container" in my docker compose |
Beta Was this translation helpful? Give feedback.
-
Actually this still didn't fix my uptime kuma problem. It works if I do localhost:port but not container:port |
Beta Was this translation helpful? Give feedback.
Ok so I actually fixed this by putting it on the same network stack using network_mode: "service:container" in my docker compose