From 34cfefc62c626bd85127aca294f99f711885a5a9 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 26 Apr 2026 13:42:51 +0800 Subject: [PATCH] fix: correct network key to networks in homeassistant service configuration --- swarm/homeassistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/homeassistant.yml b/swarm/homeassistant.yml index 2956437..4c695ef 100644 --- a/swarm/homeassistant.yml +++ b/swarm/homeassistant.yml @@ -17,7 +17,7 @@ services: restart: unless-stopped expose: - 8123 - network: + networks: - traefik-public environment: - TZ=Asia/Singapore