mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
fix: remove unnecessary localtime volume mapping in esphome service
This commit is contained in:
+1
-1
@@ -5,9 +5,9 @@ services:
|
||||
environment:
|
||||
- USERNAME=${DATABASE__USERNAME}
|
||||
- PASSWORD=${DATABASE__PASSWORD}
|
||||
- TZ=${TZ:-UTC}
|
||||
volumes:
|
||||
- /var/data/esphome/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
privileged: true
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user