mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Added “devices” example to docker-compose notes (#2220)
This commit is contained in:
parent
aa67443fec
commit
1216519178
@ -350,8 +350,13 @@ And a docker compose file looks like this:
|
||||
- ./:/config:rw
|
||||
# Use local time for logging timestamps
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
devices:
|
||||
# if needed, add esp device(s) as in command line examples above
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
- /dev/ttyACM0:/dev/ttyACM0
|
||||
network_mode: host
|
||||
restart: always
|
||||
|
||||
|
||||
.. _docker-reference-notes:
|
||||
.. note::
|
||||
|
Loading…
Reference in New Issue
Block a user