Update compose.yaml

This commit is contained in:
SpudGunMan
2025-10-23 19:30:08 -07:00
parent 8254ec5baf
commit 01372a0f2c
+3 -3
View File
@@ -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