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** When running `docker-compose build` using version 2 on an arm64 machine, the Dockerfile being built does not find local images. **Steps to reproduce the issue:** 1. Create A.Dockerfile ```...

**What I did** Added a job that will run e2e tests against a docker daemon that has the containerd-integration feature enabled. Note: Adding this as a draft PR, I don't...

### Description Hi! Firstly always thankful for providing awesome software! I'm currently working with docker with my environment: M2 Apple Silicon with macOS Sonoma 14.2. And some freezing and terminal...

kind/bug

### Description I've wanted to try the newest `docker compose watch` (released with latest desktop), but I have two issue with it. The [announcement blog post](https://www.docker.com/blog/announcing-docker-compose-watch-ga-release/) seems to suggest, that...

kind/bug
area/watch

### Description By default, a service has 3 network aliases: container name, service name, container id. Would be great to have one more default alias which would be computed from...

kind/feature

### Description In the [documentation](https://docs.docker.com/compose/file-watch/) it says: > Rules from .dockerignore apply > - Use include / exclude to override However, include attribute does not work. Probably the same happens...

kind/bug

### Description When using the `docker compose alpha watch` command if you make a change to the env_files in the docker-compose.yaml or change the docker-compose.yaml file itself and let a...

kind/feature

### Description When running commands like `docker compose start`, `stop`, `up`, `down`, and maybe others, my terminal gets spammed with lines that are normally just overwritten. I don't know enough...

kind/bug
area/tty

### Description Having just started using `watch` to rebuild a Go application on code changes, I'm quite happy! It's a solid feature that means I no longer need to rely...

kind/feature
status/0-triage

### Description When using docker-compose version 2.14.1-1 and running docker-compose logs CONTAINER_NAME you cannot exit the prompt with CTRL+C. Downgrading to 2.12.2 seems to fix the issue. ### Steps To...

kind/bug