mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
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