Skip to content

Commit

Permalink
Update influxdb.md (#279)
Browse files Browse the repository at this point in the history
* Update influxdb.md

Add hint to expose the API port

* Update influxdb.md

---------

Co-authored-by: Slavi Pantaleev <[email protected]>
  • Loading branch information
Kuchenmampfer and spantaleev authored Oct 7, 2024
1 parent 29fcb44 commit 336be26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/services/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

########################################################################
# #
Expand Down

0 comments on commit 336be26

Please sign in to comment.