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 Good day, Is it possible to add to release a distirbutive which contains all vendor dependencies? It should make life of package managers much easier. Thanks!

kind/feature
status/0-triage

### Description I've started to use 'watch' feature for one project, but it fails every time when I change files from state A to state B and then back to...

kind/bug
area/watch

### Description Within an `include` directive, I can specify an `env_file`. This changes interpolation for the included YAML, but if that YAML file has a `service` with an `env_file`, that...

kind/bug

### Description Error: connect ECONNREFUSED occurs when Visual Studio code is trying to communicate with the server inside a docker ### Steps To Reproduce 1. update docker desktop to version...

kind/bug
status/0-triage

### Description When running `docker compose up` the network and volume creation progress ui works correctly, i.e. it spins and then (in most cases almost immediately) gets marked as created...

kind/bug
status/0-triage

### Description It would immensely helpful if I can define the tag of an image separately. This allows the use of YAML anchors and aliases in the compose.yml. Especially if...

kind/feature
area/build
area/env

### Description Since v2.24.4 (possibly before) some behaviour has changed in how `docker compose` resolves configuration. It used to apply `.env` located in `cwd`, before traversing parent dirs to look...

kind/bug

### Description I am running Matrix in a docker compose setup with traefik. The relevant parts of the compose: ``` version: "3.9" services: synapse: image: matrixdotorg/synapse restart: always hostname: "synapse"...

kind/bug
status/0-triage

**What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**

### Description Objective: The goal of this proposal is to enhance Docker Compose by introducing support for specifying alternative image tags for services. This feature will provide users with flexibility...

kind/feature
area/build