for _, port := range ports {
        portProto := lntypes.ParseProtocol(port.Proto())
        portNum := uint16(port.Int())
        exposedPorts = append(exposedPorts, lntypes.TransportPort{
            Proto: portProto,