mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update compose.yaml
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user