# `src debug compose`


## Flags

| Name | Description | Default Value |
|------|-------------|---------------|
| `-no-configs` | If true, exclude Sourcegraph configuration files. Defaults to false. | `false` |
| `-o` | The name of the output zip archive | `debug.zip` |


## Usage

```

'src debug compose' invokes docker cli diagnostic commands targeting a set of containers that are members of a docker-compose network, 
writing an archive file from their returns. 

Usage:

	src debug compose [command options]

Flags:

	-o					Specify the name of the output zip archive.
	--no-configs		Don't include Sourcegraph configuration json.

Examples:

	$ src debug compose -o debug.zip

	$ src -v debug compose -no-configs -o foo.zip



```
	