---
url: /api/testcontainers/mongo/types/services/service-get-mongo-url.md
description: api documentation of getMongoUrl from @tsed/testcontainers-mongo
---

## Usage

```typescript
import { getMongoUrl } from "@tsed/testcontainers/mongo/src/services/ContainerUtils";
```

> See [/packages/testcontainers/mongo/src/services/ContainerUtils.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/testcontainers/mongo/src/services/ContainerUtils.ts#L0-L0).

## Overview

```ts
function getMongoUrl(): string;
```
