From 33fa78e1175604b678e12248d401a9bba76065b7 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Thu, 2 Apr 2026 20:52:15 +0800 Subject: [PATCH] fix: add user specification for esphome container --- swarm/esphome.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/swarm/esphome.yml b/swarm/esphome.yml index 1be8168..a198cc9 100644 --- a/swarm/esphome.yml +++ b/swarm/esphome.yml @@ -2,6 +2,7 @@ services: esphome: container_name: esphome image: ghcr.io/esphome/esphome + user: "0:0" environment: - USERNAME=${DATABASE__USERNAME} - PASSWORD=${DATABASE__PASSWORD}