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

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...

dependencies

### Description If I am correct it is currently not possible to use cluster volumes in a `docker-compose.yml` file like with `docker` commands: https://github.com/moby/moby/blob/master/docs/cluster_volumes.md On the service level the `volume`...

kind/feature
status/0-triage

### Description While it is known that [file secrets](https://github.com/docker/compose/issues/9648#issuecomment-1824340917) cannot have their ownership / permissions set via [service level secrets](https://docs.docker.com/compose/compose-file/05-services/#long-syntax-4), it appears that [environment secrets](https://docs.docker.com/compose/compose-file/09-secrets/#example-2) can, yet the warning about...

kind/bug
area/secrets

### Description While troubleshooting an issue that resulted in a dockerd crash, I have found that docker-compose does not close a unix socket with the docker daemon when a container...

kind/bug
status/0-triage

### Description My docker-compose.yml lives inside some github checkout subdirectory. As an admin, I make a symlink 'o' in my home, that brings me there. changing directory to the real...

kind/bug
area/up

### Description Hi, I have the following problem: I have a repository where each service has its own separate directory containing a `Dockerfile` (same for each service) and a file...

kind/bug
status/0-triage

### Description **Problem** I found `postgres` image can't block dependent startup, which make `dependent` start up too early. **Actual** If `dependent` accept `client` at early time, `dependent` failed. **Expected** After...

kind/feature
area/depends

### Description According to [docs](https://docs.docker.com/compose/compose-file/build/#context) `services[].build.context` is interpreted as follows: > When the value supplied is a relative path, it is interpreted as relative to the location of the Compose...

kind/bug
status/0-triage

**What I did** There are two warnings on stderr that `--progress json` (#11478) still emits as plain text. This is because they are printed there directly, without using logrus or...

### Description His guys, i have problems with .env passing variables but the problem is only in the network service definition, because the error show the correct value in the...

kind/bug