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 I'm attempting to build a service from a git repo. This build works when using `docker build -f Dockerfile.client .`, but does not when running `docker compose -d...

kind/bug

**What I did** Some docstrings and help strings ends with a trailing dot, but most of do not. Current state is that even `docker compose` output lists some args and...

### Description Trying to "down" a compose over ssh will fail It needs to be two or more services inside the compose (one services works) Similar issue here : https://github.com/docker/compose/issues/9185...

kind/bug
area/cli
area/networking

### Description My goal was to write a minimal Dockerfile and docker-compose.yml, which would print "Hello World" to stdout when I run `docker compose up`. When the Dockerfile and docker-compose.yml...

kind/bug
status/0-triage

For this sample compose file ```yaml services: my-app: image: my-image:0.1 his-app: image: his-image:0.1 ``` Compose creates my-app-1 container for my-app with host-name as container-id say `rndmcntrid` This container is reachable...

kind/feature

### Description My use case is building/deploying from a Windows client on/to remote Linux Engine instances. I have been using compose 2.16.0 successfully for a long time until I decided...

kind/bug

### Description I use testcontainers. And there was a need to use docker-compose, which contains a service that runs through dockerfile. An error appears in opentelemetry at startup The problem...

kind/bug

### Description It would be great if the docker-compose dry-run outputs had a flag to output a json blob at the end of their run with the information about proposed...

kind/feature
status/0-triage

**What I did** example use for https://github.com/compose-spec/compose-go/pull/506

### Description Currently, a compose file (and docker itself naturally as well) can define an IP address to map a port to the outside. This is fine, however compose files...

kind/feature
status/0-triage