# DockerComposeServiceCustomizationAnnotation Properties

- Package: [Aspire.Hosting.Docker](/reference/api/csharp/aspire.hosting.docker.md)
- Type: [DockerComposeServiceCustomizationAnnotation](/reference/api/csharp/aspire.hosting.docker/dockercomposeservicecustomizationannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an annotation for customizing a Docker Compose service.

## Configure

- Name: `Configure`
- Modifiers: `get`
- Returns: `Action<DockerComposeServiceResource, Service>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Docker/DockerComposeServiceCustomizationAnnotation.cs#L22)

Gets the configuration action for customizing the Docker Compose service.

```csharp
public Action<DockerComposeServiceResource, Service> Configure { get; }
```
