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:
|
pihole:
|
||||||
loadbalancer:
|
loadbalancer:
|
||||||
servers:
|
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:
|
services:
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
image: homeassistant/odroid-xu-homeassistant:stable
|
image: ghcr.io/home-assistant/home-assistant:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/homeassistent:/config
|
- ${VOLUMES_PATH}/homeassistent:/config
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue