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

Prevents loss of final log messages during SIGINT/SIGTERM shutdown by maintaining log collection until containers complete their stop sequence. Fixes #12918

### Description Hey. First of all, it seems like there already was a similar issue, but it lacked context to understand why it's important to have this implemented in some...

kind/feature

### Description Expected: Compose to build the image from the Dockerfile Current: ``` [+] Building 0.0s (0/0) docker:desktop-linux resolve : The system cannot find the path specified. ``` ### Steps...

kind/bug

### Description Hi, I have a basic EMQX stack as described in this docker-compose.yml file: ``` networks: proxy: external: true emqx: volumes: emqx-data: external: true emqx-db: external: true services: emqx1:...

kind/question

### Description When using `.env` files with `docker-compose` via the `--env-file` flag, interpolated variables do not appear to resolve using values defined within the same file. Instead, interpolation seems to...

kind/bug

### Description Docker-CE 28.2.1 and Compose v2.36.2, with a compose stack A that has its network used by another stack B. When attempting a `docker compose down`, it first correctly...

kind/bug

### Description When defining two networks one of which is an overlay network (the host is initialized as swarm manager) and assigning it to a service in the docker compose...

kind/bug

### Description When running with `docker compose watch`, i want my service to start their dev servers (those that support hotreloading & watch files) When running with `docker compose up`,...

kind/feature

### Description When executing step 5 it just hang forever (tried leaving it for ~45min) with: ```` [+] Running 1/2 ✔ Network stack2_default Created 0.2s - Container stack2-service20-1 Starting ````...

kind/bug

### Description Usually when you run `docker compose up`, it creates and runs your containers, while showing you some nice logs (unless you use -d). When you use watch, with...

kind/bug