mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
add compose example
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user