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 have a Compose file that builds multiple services, one of which ends up being an additional context for the other. Like this: ```yaml services: service1: build: ./components/service1...

kind/feature

### Description Hello there! Not sure about the idea because I don't have the whole background behind lifecycle hooks. I have use cases where I need to run a command...

kind/feature

### Description I've run into a problem with `docker compose up --watch` where, if I check out a different branch of my codebase that has a *lot* of changes compared...

kind/bug

### Description Why is there no option to extend multiple docker-compose.yml files? It would be useful if a company could define fragments of configuration, that then can be thrown in...

kind/feature

### Description As mentioned in Compose Specification the runtime is in charge of warn the users about the unsupported attributes. We should also reference all those attributes in the official...

kind/bug
status/0-triage

### Description This was recommended me by a stack overflow issue because we cant figure out what the problem is view the original conversation [here](https://stackoverflow.com/questions/79699830/docker-build-error-when-trying-to-compose). I have been following [this](https://youtu.be/9BD9eK9VqXA?si=bBS53poP6-RDWLf3&t=18426)...

kind/bug

### Description 1. Set up a docker-compose.yml file that runs several jobs and services. 2. Run `docker compose up -d wait` 3. Have all jobs succeed, and all services come...

kind/question

### Description # Use Case Build an image with specific runtime (e. g. `nvidia-runtime`). ## Current Situation Currently if during building an image a specific runtime is required the default...

kind/feature

### Description Binding a volume into a target path containing a colon (`:`) appears to be a missing feature. If it is possible then it's not documented. While colons are...

kind/feature
status/0-triage