Skip to content
Snippets Groups Projects
Commit 9782fa28 authored by void's avatar void
Browse files

upgrade influxdb, fix openhab connection

parent 620e3215
No related branches found
No related tags found
No related merge requests found
Subproject commit 900377e4f72486f6699ecf736f96adfbc04e92da
Subproject commit e8a049414bca2b14b158444dac1b94c2ca90d9be
......@@ -16,7 +16,7 @@ services:
influxdb:
image: influxdb:2.5.0
image: influxdb:2.6.0
restart: always
ports:
- {{ int_ip4 }}:{{ influxdb_port }}:8086
......
version=V2
url=http://{{ int_ip4 }}:{{ influxdb_port }}
url=http://influxdb:8086
user=openhab
token={{ influxdb_token }}
db=openhab
......
......@@ -33,7 +33,7 @@ services:
influxdb:
image: influxdb:2.3.0
image: influxdb:2.6.0
restart: always
ports:
- {{ int_ip4 }}:{{ influxdb_port }}:8086
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment