Update influxdb.md (#279)

* Update influxdb.md

Add hint to expose the API port

* Update influxdb.md

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
Kuchenmampfer 2024-10-07 05:37:15 +00:00 committed by GitHub
parent 29fcb44fe1
commit 336be26c69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 "<ip>:<port>" (e.g. "127.0.0.1:8086") or "<port>" value (e.g. "8086"), or empty string to not expose.
#influxdb_container_http_host_bind_port: ""
########################################################################
# #