compose icon indicating copy to clipboard operation
compose copied to clipboard

Define and run multi-container applications with Docker

Results 569 compose issues
Sort by recently updated
recently updated
newest added

### Description When compose is used from go code, DryRunMode ignores options which have been applied to *command.DockerCli,. since it uses new instance. https://github.com/docker/compose/blob/main/pkg/compose/compose.go#L85-L104 It ignores output destination once overridden...

kind/bug
status/0-triage
stale

### Description Lots of people started using Mac with M1/M2 chips for development work. When using Docker to run various containers (via docker-compose) you often have to modify the docker-compose.yml...

kind/feature
needs-engine-feature
area/env

### Description Somewhat related to comments made re: watch.source paths being relative to the build.context (see https://github.com/compose-spec/compose-spec/pull/253 ) Assuming it's intended long-term that build context is the basis for a...

kind/feature
area/watch

### Description Built images are not being used when rebuilding images with `docker-compose build` This worked flawlessly in `v2.17` but has stopped working in `v2.20`. ### Steps To Reproduce 1....

kind/bug
stale

### Description I want to remove three networks 172.28.0.1, 172.20.0.1, 172.19.0.1, but they cannot be found using 'docker network ls', and 172.28.0.1 is displayed twice. root@VM-0-9-ubuntu:/data/openim/openim-docker# ifconfig br-060f06276afb: flags=4099 mtu...

kind/bug
stale

### Description I was trying the new [multi-document YAML files](https://github.com/compose-spec/compose-go/pull/451) feature and stumbled upon an issue regarding `extends`. Previously I've been using a `common-services.yml` and put in some services which...

kind/bug
stale

### Discussed in https://github.com/docker/compose/discussions/10894 Originally posted by **mariotomek** August 11, 2023 Hi, I am having problem with starting container from second compose.yml and moreover only on docker host with OS...

**What I did** `dind.compose.yaml` has a Docker-in-Docker setup, which is then referenced via `include` in `e2e.compose.yaml`. Not all tests currently pass, as some rely on bind mounts, for example. **(not...

area/tests

### Description I originally asked this on [SO](https://stackoverflow.com/q/77009955/9971404) without resolution, so I assume it's not possible, and hence this feature request. ### Description I have a number of services in...

kind/feature

### Description When using `docker compose up --wait`, where I have an init container that populates some data and then exits (0), docker compose will exit 1. If any other...

kind/feature