From 01372a0f2c3f204b985066f9ec2687bf56769a15 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 19:30:08 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index c80563b..ab08e97 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,9 +11,9 @@ services: - /dev/ttyUSB0 # Replace this with your actual device! #- /dev/ttyAMA0 # Example volumes: - - /data/meshing-around/config.ini:/app/config.ini:rw - - /data/meshing-around/logs:/app/logs:rw - - /data/meshing-around/data:/app/data:rw + - .:/app:ro + - ./logs:/app/logs:rw + - ./data:/app/data:rw image: ghcr.io/SpudGunMan/meshing-around:test-all-changes container_name: meshing-around restart: unless-stopped