Status check fails for services using caddy docker proxy
All of my services that use caddy docker proxy keep getting errors saying the ping failed and the operation was aborted.
None of these services are exposed to the public. I'm just using a reverse proxy so I can go to "jellyfin.home" or "whoogle.home" for example, instead of IP:port.
None of these services are exposed to the public. I'm just using a reverse proxy so I can go to "jellyfin.home" or "whoogle.home" for example, instead of IP:port.
Solution
Yes, but the pings are within the docker network and probably don't know about caddy except you would define it as proxy (which is currently not possible). So if you have other services in the caddy network you should be able to just use
http://<containerName>:<exposedPort>