Prepare Home Assistant weather export to InfluxDB
Prepare Home Assistant weather export to InfluxDB
This commit is contained in:
@@ -47,6 +47,8 @@ services:
|
||||
container_name: influxdb3-core
|
||||
restart: unless-stopped
|
||||
user: "0"
|
||||
ports:
|
||||
- "${INFLUXDB_BIND_IP:-127.0.0.1}:8181:8181"
|
||||
command:
|
||||
- influxdb3
|
||||
- serve
|
||||
|
||||
Reference in New Issue
Block a user