From cdd0023701b5b77bc4e085ad2aa14d047abed1a0 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 30 Nov 2022 07:44:23 -0800 Subject: [PATCH] docker: coral and zwave examples --- docker/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index a32078672..fb94e761b 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -9,6 +9,14 @@ services: container_name: scrypted restart: unless-stopped network_mode: host + + # uncomment this and a line below as needed. + # devices: + # zwave usb serial device + # - /dev/ttyACM0:/dev/ttyACM0 + # all usb devices, such as coral tpu + # - /dev/bus/usb:/dev/bus/usb + volumes: - ~/.scrypted/volume:/server/volume # logging is noisy and will unnecessarily wear on flash storage.