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 **Description:** I am experiencing an issue with Docker Compose 2.24.6 on Windows, using Docker version 25.0.3. The problem revolves around how these versions handle network connections to a...

kind/bug
area/networking

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0. Commits 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" 628365d windows: support nil done...

dependencies

Hi guys We use bind mounts for local development, and there are still times when you need to restart the container on file changes. Laravel's queue workers are a good...

kind/feature
area/watch

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.1+incompatible to 25.0.3+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.3 25.0.3 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

### Description Hi, I don't know, if I just missed reading it in the changelog, that there seems to be slight behaviour change between docker-compose v1 and v2 when stopping...

kind/bug
status/0-triage

### Discussed in https://github.com/docker/compose/discussions/11064 Originally posted by **sergiohcis** October 4, 2023 Hi Comunity, My problem is that I have some services and they have dependencies between them, like this: ```...

**What I did** Use buildx raw json output (https://github.com/moby/buildkit/pull/4113) so we can implement build as an external command. Allows user to upgrade buildx and benefits new features/bug fixes without having...

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.19.0 to 1.23.1. Release notes Sourced from go.opentelemetry.io/otel's releases. Release v1.23.0-rc.1 This is a release candidate for the v1.23.0 release. That release is expected to include the...

dependencies

### Description Hi ! I notice Docker compose build command will take more than 10 min to transfer < 1Mo context... If I cancel (CTRL + C) and simply re-run,...

kind/bug
area/build

### Description When merging two Compose files I cannot build my own image and I get "failed to solve: base name (${FROM}) should not be blank" I have not found...

kind/question