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

**Related issue** Resolves https://github.com/docker/compose/issues/9655 **(not mandatory) A picture of a cute animal, if possible in relation with what you did**

Hi, I'm reaching out on behalf of the [Open Source Security Foundation (openssf.org)](https://openssf.org/). We work on improving the security of critical open source projects like yours. Together with [GitHub](https://github.blog/2022-04-07-slsa-3-compliance-with-github-actions/), we...

stale

**Description** If an `arm64` version of an image is present but not the `amd64` version, the `platform` tag when set to `amd64` in docker-compose is not honored. If both or...

**Description** Environment variable substitution doesn't seem to behave consistently in Compose V1 and V2 when: - multiple `.env` files are used AND; - one `.env` file declares a variable that...

**What I did** `docker compose pull` pulls images even if they are present locally and if there are multiple services using the same image it pulls them multiple times. This...

**Description** v2.9.0 does not allow environment variables to be overridden if they are already present in `.env`. **Steps to reproduce the issue:** 1. With the following files: `docker-compose.yml`: ``` version:...

**Description** Removing a container using `yes | docker-compose rm redis` causes the application to crash with a panic runtime error. **Steps to reproduce the issue:** 1. Add docker-compose.yml ``` version:...

**Description** In 2013 we asked the growing Docker community to [choose a name](https://www.docker.com/blog/call-me-moby-dock/) for the project mascot, and "Moby Dock" has since be the name of our beloved whale. Compose's...

kind/enhancement

Hi! ## Description of the issue I recently updated docker and after update it seems that Dockerfile cannot use local images anymore. I have this instance: ![image](https://user-images.githubusercontent.com/56369/127170226-700aa07f-cca7-4e1f-80b9-c6e8b86616fb.png) Which is later...

kind/bug
Docker Compose V1

**Description** @thaJeztah has asked me to open an issue after commenting on #8753 > For your use-case, is there a specific reason why the new output is problematic for you?...