Don't use host hack to connect to influx
Just bind to internal port like a sane person
This commit is contained in:
@ -11,8 +11,6 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- influxdb
|
||||
extra_hosts:
|
||||
- host.docker.internal:172.17.0.1
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.homeassistant.rule=Host(`homeassistant.jakehoward.tech`)
|
||||
|
Reference in New Issue
Block a user