compose
compose copied to clipboard
Define and run multi-container applications with Docker
**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...
## 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...
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,...
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...
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: -...
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...
- [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...