add compose example

This commit is contained in:
Raymond Dean
2025-07-12 11:50:21 -04:00
committed by GitHub
parent b805e6d428
commit 29f97c62d0
+9
View File
@@ -0,0 +1,9 @@
services:
meshing-around:
stdin_open: true
tty: true
devices:
- /dev/ttyUSB0
volumes:
- /storage/location/config.ini:/app/config.ini:ro # Create this from config.template first.
image: ghcr.io/SpudGunMan/meshing-around:main