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:
parent
29fcb44fe1
commit
336be26c69
1 changed files with 6 additions and 0 deletions
|
@ -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: ""
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
|
|
Loading…
Reference in a new issue