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 The [attach](https://docs.docker.com/compose/compose-file/05-services/#attach) property documentation says logs are collected only when explicitly required for the service it's set to false, but it's not working as expected for the `logs`...

kind/bug
status/0-triage

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.62.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.62.0 New Features grpc: Add StaticMethod CallOption as a signal to stats handler that a method is...

dependencies

### Description After upgrading to Docker Compose version 2.24.5, I encountered a "Circular reference" error when using the extends feature across multiple docker-compose.yml files. This issue did not occur in...

kind/bug
status/0-triage

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.12 to 1.7.13. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.13 Welcome to the v1.7.13 release of containerd! The thirteenth patch release for containerd 1.7 updates the...

dependencies

### Description I have two compose.yml files. One is the primary, and the second is just extending the services by adding a new profile. Important to say here, is that...

kind/bug

### Description The default is to ignore .git directory. I am used to VS Code devcontainers which mount in the volume and thus contain .git and thus i can work...

kind/bug
area/watch

**What I did** make code simpler relying on compose-go functions

With Docker Desktop on macOS, I have launched multiple containers via Docker Compose. Those containers can communicate with each other. Within one of the containers, I can see the default...

kind/question

**What I did** This introduces a new `--watch` flag to `docker compose up` so watch feature can be enabled on up, with all the logs attachement features. Watch events are...

### Description Commands are completing as expected, e.g. `docker compose b` => `docker compose build`. But the following symbol, the service name, isn't completed normally. Instead the full list of...

kind/bug
status/0-triage