compose
compose copied to clipboard
Define and run multi-container applications with Docker
**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...
**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...
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:  Which is later...
**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?...