compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description When working with a proxy configured in docker config.json it automatically passes the proxy information to the created containers. The problem is that some projects using docker compose...
## Description of the issue Docker Compose v2 (`compose-go`) is stripping out escape characters when inside of a quoted string in a command (might happen in other circumstances). If it's...
- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...
**Description** **Steps to reproduce the issue:** 1. Create a private git repository, e.g. at GitHub, with a valid Dockerfile in it. 2. Define a [git credential helper](https://git-scm.com/docs/gitcredentials) for accessing the...
Are there any plans to support Docker's [custom build outputs](https://docs.docker.com/engine/reference/commandline/build/#custom-build-outputs), either via a flag to `docker-compose build` or in the Compose file? Thanks!
### Description Following this [issue](https://github.com/docker/compose/issues/11772) i would like to introduce a feature request about allowing the env_file property in the include attribute to optionally require env files. It'll very much...
### Description When running commands like `docker compose exec containername mysql... | less` you've got to press keys twice (or more) for them to take effect. ### Steps To Reproduce...
### Description Say you have a docker compose file that has 2 services: 1. Stand up a database container 2. Run migrations against that database container ```yaml services: postgres: image:...
### Description Within the `environment` directive, if you define a variable without a value, or set it to null (e.g. `VAR: `), it is supposed to defer to the shell...
### Description When running `docker compose up --watch`, the logs for the service appear in the output. When specifying `sync+restart` as the action on a file change, when a file...