mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-22 02:41:35 +01:00
Add timezone mapping to Docker compose. (#266)
* Add timezone mapping to Docker compose. * Update guides/faq.rst Co-Authored-By: Otto Winter <otto@otto-winter.com> * Update faq.rst Remove redundant explanation.
This commit is contained in:
parent
7b21298750
commit
f9124501cd
@ -259,6 +259,8 @@ And a docker compose file looks like this:
|
||||
image: esphome/esphome
|
||||
volumes:
|
||||
- ./:/config:rw
|
||||
# Use local time for logging timestamps
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
network_mode: host
|
||||
restart: always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user