compose
compose copied to clipboard
Define and run multi-container applications with Docker
Interactive/attached containers started with docker-compose v2.1.1 use `Ctrl-P,Ctrl-Q` as the detach escape sequence, regardless of `detachKeys` settings in ~/.docker/config.json Previously discussed in [#3311 ](https://github.com/docker/compose/issues/3311) and closed as fixed, but presumably...
## Description of the issue When docker compose up command is used with option `--renew-anon-volumes` on service with only named volumes, containers are recreated. ## Context information (for bug reports)...
**Description** In windows container with compose v2, `docker-compose --ansi never build` emits the ANSI escape sequence. **Steps to reproduce the issue:** 1. Create a DockerFile and docker-compose.yml as shown below....
Hey team, thanks for great work on `docker compose up` support in AWS ECS, I think that's a really cool feature and it helps to get your app up and...
When I create a "foo.com" network with docker-compose, the network appears to be changed and to be dynamic. The containers themselves talk to each other with TLS, and do hostname...
Hi I have tested the lastst version 2.2.3 on linux I saw that on each docker-compose down and up the Network Subnet will be incremented by 1 ( eg 172.18.0.0...
Compose config with --no-interpolate fails as it tries to validate environment variables as ports
## Description of the issue When trying combine compose and override files with `docker-compose config --no-interpolate`, I get an validation error in the `ports` block for a service that uses...
**Description** .env variables in Makefiles use `?=` basally to set something, if nothing else is set (or see it as default value). In v1 of docker compose we could pass...
**Is your feature request related to a problem? Please describe.** I think a lot of us had situation in which you've called `docker-compose down` instead of `docker-compose stop` and removed...
This issue is (pretty much) the opposite of #8533. **Description** The [compose file reference documentation](https://docs.docker.com/compose/compose-file/compose-file-v3/#long-syntax-3) states that: > When creating bind mounts, using the long syntax requires the referenced folder...