From 628f66e4b7a22c1273d034d4eee8b593156e240e Mon Sep 17 00:00:00 2001 From: Raymond Dean <18014111+pcs3rd@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:08:29 -0400 Subject: [PATCH] Update compose.yaml to expose port 8420 --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index cf01732..805f718 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 \ No newline at end of file + image: ghcr.io/SpudGunMan/meshing-around:main