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** Docker secrets specified using the [long syntax](https://docs.docker.com/compose/compose-file/#long-syntax-3) for the `docker-compose.yml` file fail to set the specified `uid`, `gid` and `mode`. Also, from the docs, the default value of the...

## Description of the issue I'm working on an Azure DevOps extension which needs to read the docker-compose build output. I was however running into the issue that the STDOUT...

kind/bug

## Description of the issue I have a set of services that I'd like to generally be "always on", with a subset that I'd like to restart as needed. Each...

kind/bug

I have a situation where I need to create many instances of a docker container, and they should have mounts that enable them to persist their data to different locations,...

kind/feature

Windows Server 2019 Docker compose - v2.6.0 Docker - Docker version 20.10.9, build 591094d I am **getting unexpected character "-" in variable name near** error if environment variable has dash...

area/config
Docker Compose V2

docker-compose.yml does not allow `env_file: /dev/null`, because it tests the provided path with os.path.isfile, and /dev/null is not a regular file. This breaks the following use case: ``` env_file: -...

kind/enhancement
status/0-triage

Whenever I try to use volumes in `docker compose up` it fails with the following error: **_Error response from daemon: hcsshim::CreateComputeSystem {*GUID*}: The request is not supported._** I see the...

**Description** I've setup `iptables` with strict `DROP` rules. It looks like Docker is missing iptables configuration for local container access. I can access the container from outside the server, but...

kind/bug
area/networking

- [x] I have tried with the latest version of Docker Desktop - [ ] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics...

**Description** Can't pull images with docker-compose pull due to `x509: certificate signed by unknown authority` with images from a private repository. **Steps to reproduce the issue:** 1. docker compose pull...