fix: add user specification for esphome container

This commit is contained in:
2026-04-02 20:52:15 +08:00
parent 77e8704c8e
commit 33fa78e117
+1
View File
@@ -2,6 +2,7 @@ services:
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome
user: "0:0"
environment:
- USERNAME=${DATABASE__USERNAME}
- PASSWORD=${DATABASE__PASSWORD}