From 5590391f7ea013d57b4384e4e6b12b12c019765f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 22:11:22 -0700 Subject: [PATCH] Update compose.yaml i get no security! --- compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 14c8cff..ad32834 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,8 +9,7 @@ services: #- /dev/ttyUSB0:/dev/tty #update your config.ini to /dev/tty #- /dev/ttyACM0:/dev/tty #if using serial select proper port volumes: - - .:/app:ro - - ./config.ini:/app/config.ini:rw + - .:/app:rw - ./logs:/app/logs:rw - ./data:/app/data:rw image: ghcr.io/spudgunman/meshing-around:main