fix: correct network key to networks in homeassistant service configuration
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 8123
|
- 8123
|
||||||
network:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Singapore
|
- TZ=Asia/Singapore
|
||||||
|
|||||||
Reference in New Issue
Block a user