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