Hi, I'm trying to configure the
hass configurator, in my home assistant core installed with docker compose on a debian basis; I have the problem that the configurator doesn't open and I can't get it to work. I attach two screenshots of the errors and my docker-
The syntax should be HC_ALLOWED_NETWORKS: "127.0.0.1,192.168.0.0/16" I believe. If that doesn't work, please open a thread in the community. I have no experience with running the Docker image.
Hi, I'm trying to configure the hass configurator, in my home assistant core installed with docker compose on a debian basis; I have the problem that the configurator doesn't open and I can't get it to work. I attach two screenshots of the errors and my docker-
version: '3.9' services: home-assistant: container_name: home-assistant image: ghcr.io/home-assistant/home-assistant:stable volumes:
TZ=Europe/Rome network_mode: host restart: always
hass-configurator: container_name: hassconf image: causticlab/hass-configurator-docker restart: unless-stopped ports:
environment:
HC_BASE_PATH: "/hass-config/"
HC_ALLOWED_NETWORKS: "192.168.XX.0/24:192.168.XX.XX"
HC_GIT: "True"