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

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...

stale

## 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)...

kind/bug
stale

**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....

stale
Docker Compose V2

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...

stale

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...

kind/feature
status/0-triage

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...

stale

## 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...

kind/bug

**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...

stale
Docker Compose V2

**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...

kind/feature

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...

stale
Docker Compose V2