Dockerfile not exposing 25826
Hello, I have enabled the collectd plugin but my container, created using docker-compose. Inspecting the logs shows
msg="Listening on UDP" log_id=0QAcdwi0000 service=collectd addr=[::]:25826
However, running docker ps shows that the container is only listening on port 8086. I looked at the Dockerfile in the repository and found that it only exposes port 8086 which is understandable but is it possible to pass an environmental variable that will cause it to listen to the collectd port? I'm using influxdb behind Traefik and it's able to forward traffic to the container but attempting to telnet returns "connection refused" I know this is not caused by Traefik. I tested "internally" by going directly to the internal IP address of the influxdb container and got the same message.