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 Cannot include an OCI artifact published with `docker compose alpha publish` (https://github.com/docker/compose/pull/10949), as I am getting a "No such file or directory error": ``` open /home/runner/work/docker-remote-include-test/docker-remote-include-test/docker:ghcr.io/parisk/docker-remote-include-test: no such...

kind/bug
status/0-triage

### Description Since looks like `storage_opt` [is supported by Windows](https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/resource-controls), unfortunately looks like the `storage_opt` key under a service is being ignored by compose for Windows containers. ### Steps To...

kind/bug
status/0-triage

### Description When `extends` is used on a null parent service, docker compose crashes with a panic. ``` panic: interface conversion: interface {} is nil, not map[string]interface {} goroutine 1...

kind/bug
status/0-triage

### Description Docker Engine is running in swarm mode. I manually created an overlay attachable network foo on the manager node. Docker Compose services on the manager node start and...

kind/bug
status/0-triage

### Description It appears that environment variables are not loaded from the 2nd `env_file`, during the execution of a shell in `command`. Only the variables from the 1st `env_file` are...

kind/bug

### Description Please see the attached screen recording: [Screencast from 2024-01-23 14-47-13.webm](https://github.com/docker/compose/assets/14922338/146e5454-a8fd-42f3-9a05-8cf5227fb163) ### Steps To Reproduce 1. Create `compose.yaml` ```yaml services: service: extends: file: dir/file.yaml service: service ``` 2. Create...

kind/bug

### Description Error response from daemon: error while mounting volume '/var/lib/docker/volumes/vps2_domain/_data': failed to mount local volume: mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Debian/7f0790219a3c6f23307f66ac618d4d0423238bb93e626c4b498af7e0c67b00b9:/var/lib/docker/volumes/vps2_domain/_data, flags: 0x1000: no such file or directory Error response from daemon: Container...

kind/bug
status/0-triage

**What I did** This test was flaking in CI even though it was succeeding; I think there's a race with us killing and getting the output. Regardless, refactored so that...

area/tests

### Description When i use 2 env files with a var composed of others vars, the resulted var is wrong. ### Steps To Reproduce ``` . ├── docker-compose.yml ├── env1...

kind/bug
status/0-triage

### Description I found the environment variable is not being respected when using `compose up`. Looking at [the source for `compose up`][upcmd] vs [the source for `compose down`][downcmd] I can...

kind/bug