# ContainerMountType

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.4.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

Represents the type of a container mount.

## Definition

```typescript
enum ContainerMountType {
  BindMount = 0,
  Volume = 1,
}
```

## Values

- `BindMount` = `0`
- `Volume` = `1`
