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 At host system startup or restart of docker, performing a `docker compose ps` in the `myproject` directory shows the following: ```shell NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS...

kind/bug

### Description I have a large docker compose file which is used to build many images at once. It is frustrating to hit build and come back an hour later...

kind/feature

### Description Executing `docker-compose up` fails to download Oracle Cloud registry images. `failed to solve: iad.ocir.io/compartment/repo/imagename:mytag: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to...

kind/bug
status/0-triage

### Description I'm checking the assignment of mac addresses in external networks on docker-compose version 2.22.0. I'm testing on the following docker-compose file ``` version: '3.7' services: busybox: image: busybox:latest...

kind/bug

### Description Docker compose watch builds multiple time the sources even if two or more services share the same build configuration. In my case I have 10+ services that use...

kind/bug
area/watch

**Description** I'm getting an error from `docker compose build` with a setup that is consistently successful with `docker-compose build`. I have a `docker-compose.yml` file with two services: `base` and `extended`....

kind/bug
area/build

Hi, I keep facing this issue with docker compose 2.15.1 with following setting ``` ports: - "8081-8082:8080" - "8444-8445:8443" - "9991-9992:9990" - "10000-10001:9999" deploy: replicas: 2 ``` running `docker compose...

kind/bug
area/networking

### Description ## Overview By default, `docker compose up` invocation builds images for the requested services if these aren't present already. This is particularly useful for the CI use case,...

kind/feature

### Description when using docker compose with docker desktop, it seems to be ignoring the --env-file arg and instead using the default .env file found in the directory. Im running...

kind/bug
stale

### Description In 2016 there was a bug-report or feature request with the same title as this one. [link](https://github.com/docker/compose/issues/3079) At the time it wasn't resolved as the issue seemed to...

kind/feature