Files
meshing-around/compose.yaml
2025-07-12 14:08:29 -04:00

12 lines
288 B
YAML

services:
meshing-around:
stdin_open: true
tty: true
devices:
- /dev/ttyUSB0
ports:
- 8420:8420
volumes:
- /storage/location/config.ini:/app/config.ini:ro # Create this from config.template first.
image: ghcr.io/SpudGunMan/meshing-around:main