Resolve confict with ports (pi-hole and deconz)
This commit is contained in:
parent
a50057f711
commit
7c946ebbfc
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ http:
|
|||
pihole:
|
||||
loadbalancer:
|
||||
servers:
|
||||
- url: "http://192.168.16.5:8080/admin/"
|
||||
- url: "http://192.168.16.5:8081/admin/"
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
homeassistant:
|
||||
image: homeassistant/odroid-xu-homeassistant:stable
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/homeassistent:/config
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue