Don't use host hack to connect to influx
Just bind to internal port like a sane person
This commit is contained in:
@ -15,7 +15,7 @@ homeassistant:
|
||||
- type: totp
|
||||
|
||||
influxdb:
|
||||
host: host.docker.internal
|
||||
host: 127.0.0.1
|
||||
port: 48086
|
||||
|
||||
person:
|
||||
|
Reference in New Issue
Block a user