Update compose.yaml to expose port 8420

This commit is contained in:
Raymond Dean
2025-07-12 14:08:29 -04:00
committed by GitHub
parent 29f97c62d0
commit 628f66e4b7

View File

@@ -4,6 +4,8 @@ services:
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
image: ghcr.io/SpudGunMan/meshing-around:main