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