mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
fix: add user specification for esphome container
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
|||||||
esphome:
|
esphome:
|
||||||
container_name: esphome
|
container_name: esphome
|
||||||
image: ghcr.io/esphome/esphome
|
image: ghcr.io/esphome/esphome
|
||||||
|
user: "0:0"
|
||||||
environment:
|
environment:
|
||||||
- USERNAME=${DATABASE__USERNAME}
|
- USERNAME=${DATABASE__USERNAME}
|
||||||
- PASSWORD=${DATABASE__PASSWORD}
|
- PASSWORD=${DATABASE__PASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user