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 v2.24.0 introduced a regression in `docker compose watch` for Windows containers using Hyper-V isolation. The `sync` action fails with the following error: ```text Syncing "" after changes were...

kind/bug
stale
os/windows
area/watch

### Description The error states that the service that extends an unknown service is the one that is not found. The error should properly name the unknown service. ### Steps...

kind/bug
status/0-triage

### Description I'm experiencing an issue with Docker Compose where a service is set to depend on itself, which results in an error. This behavior is unexpected and should not...

kind/bug
status/0-triage
stale

**What I did** This commit fixes a bug where a service in Docker Compose can be set to depend on itself, which results in an error. The fix prevents this...

**What I did** Use https://github.com/crazy-max/ghaction-setup-docker to setup docker. output example: https://github.com/docker/compose/actions/runs/8063420687/job/22025179631?pr=11550#step:3:5 ![image](https://github.com/docker/compose/assets/1951866/ddb7b945-ef1d-41ba-aad7-73eeb824c3b8) cc @jhrotko **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what...

### Description The very useful `docker compose cp` command does not work when I use `docker compose run {service}`. ### Steps To Reproduce Example `docker-compose.yml`: ``` services: foo: image: alpine...

kind/feature
area/cli

### Description When trying to set the IP of a Docker Compose container on a predefined network using the option "ipv4_address", Docker Compose complains that you need to set the...

kind/bug
area/networking

### Description If `docker compose up` fails to complete (e.g. because an external volume is not accessible), the terminal can remain in no-echo mode if the menu is enabled. This...

kind/bug
status/0-triage

### Description Sort of a resurrection of https://github.com/docker/compose/issues/4787 but now that we're in v2 are there any plans to implement docker content trust for `docker compose pull` just like a...

kind/feature

- follow-up to / stacked on https://github.com/docker/compose/pull/11927 **What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**