influxdata-docker icon indicating copy to clipboard operation
influxdata-docker copied to clipboard

Dockerfile not exposing 25826

Open tam481 opened this issue 5 years ago • 0 comments

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.

tam481 avatar Oct 30 '20 21:10 tam481