From df30ee9cc4b667ab286a40abec94f756c3aef03b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 20:53:26 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index cab1b86..89dbe6d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,8 +6,8 @@ services: ports: - 8420:8420 devices: - #- /dev/ttyUSB0:/dev/ttyACM0 #this isnt a typo :map - - /dev/ttyACM0:/dev/ttyACM0 + #- /dev/ttyUSB0:/dev/tty #update your config.ini to /dev/tty + - /dev/ttyACM0:/dev/tty #if using serial select proper port volumes: - .:/app:ro - ./logs:/app/logs:rw