From 336be26c69f0faec6575bbc76ae1be676b0856e7 Mon Sep 17 00:00:00 2001 From: Kuchenmampfer <79256346+Kuchenmampfer@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:37:15 +0000 Subject: [PATCH] Update influxdb.md (#279) * Update influxdb.md Add hint to expose the API port * Update influxdb.md --------- Co-authored-by: Slavi Pantaleev --- docs/services/influxdb.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/services/influxdb.md b/docs/services/influxdb.md index e5bc245..1349a81 100644 --- a/docs/services/influxdb.md +++ b/docs/services/influxdb.md @@ -28,6 +28,12 @@ influxdb_hostname: 'example.org' #influxdb_init_password: "SUPERSECRETPASSWORD" #influxdb_init_org: "EXAMPLE_ORG" #influxdb_init_bucket: "SOMEBUCKET" +# +# In order to let external services (like Proxmox or Grafana) access the http API of influxdb, +# you need to specifically expose the corresponding port: +# +# Takes an ":" (e.g. "127.0.0.1:8086") or "" value (e.g. "8086"), or empty string to not expose. +#influxdb_container_http_host_bind_port: "" ######################################################################## # #