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 Today, a docker compose file can service as a bake file. This is great when you already use a docker compose file for your build spec, but docker...

kind/feature

### Description `docker compose build` doesn't tag when multiple platforms specified. `docker compose up --build` does, as does `docker compose create --build` ### Steps To Reproduce Run the following command...

kind/bug

### Description When a service outputs text with ANSI escape codes for color formatting across multiple lines, `docker compose logs` only preserves the color for the first line. Subsequent lines...

kind/feature

**What I did** As the title says, but I have a concern; What is expected behavior to be displayed when `docker compose logs --no-color`? In this case, the PR's changes...

### Description Whenever I run: `docker compose up -d --pull=missing` It will try to pull the latest image despite `phpmyadmin:latest` already downloaded. I have specified in my compose yaml file:...

kind/bug

### Description Similar to https://github.com/docker/compose/issues/11773 I'm seeing `docker compose up --watch` disconnecting when the container is restarted: ``` ❯ docker compose up --watch [+] Running 1/0 ✔ Container caddy-caddy-1 Running...

kind/bug

### Description ​When using Docker Compose with the COMPOSE_EXPERIMENTAL_GIT_REMOTE feature to include a remote Git repository, the process fails with exit status 128. **Expected Behavior:** Docker Compose should successfully include...

kind/bug

### Description I have a problem with mounting named Docker volumes when using Docker CE and Docker Compose on Windows Server 2019. The containers have some volumes defined in their...

kind/bug
status/0-triage

### Description Would be great if docker compose would have a function to only spin up a subset of services. E.g. `docker compose up -d --build --force-recreate core-services-*` `docker compose...

kind/feature

### Description This happens with latest docker compose version. Let me explain using images. Older version Latest version Is this expected with latest version..? ### Steps To Reproduce 1. Install...

kind/bug