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 It would be great to add the ability to use a toml file instead of a regular .env, because toml provides much more functionality than a regular .env....

kind/feature
area/env

### Description I have a basic web service ([sqlpage](https://github.com/lovasoa/SQLpage)) that can use any one of multiple databases. I can choose which database to use by setting the environment variable `COMPOSE_PROFILES`....

kind/feature
area/interpolation

### Description I'd like to be able to reference other services stages in a service's build contexts. This is possible using buildx bake's `contexts` support for another bake target, but...

kind/feature
status/0-triage
area/build

### Description I didn't manage to find this issue, so I create a feature request: **It would be great if you have an `--rm` flag similar to what we have...

kind/feature
area/cli

### Description I have a docker compose file with a bunch of services. A simple web stack, with a database, a backend, a frontend app, and https-portal service for ssl....

kind/bug
area/up

### Description Hello, On version 2.24.0 of docker compose, I get the following bind error when trying to run `docker compose up`, if the source directory does not already exist:...

kind/bug
area/volumes

### Description Hello, On a fresh AL2023 install, I have disabled the bridge network by having: ``` { "bridge": "none" } ``` docker-compose.yml: ``` services: my-server: container_name: my-server build: context:...

kind/bug
status/0-triage

**What I did** resolve service environment just before container get created doing so, a provider service depends on can inject variables, used for interpolation example usage: ``` services: Docker Desktop...

Not sure what the syntax would be exactly, but I would like to supply an optional and variable set of devices to an docker-compose.yml service. Seems more flexible if the...

kind/feature
future-major-release

- relates to https://github.com/moby/moby/pull/50218 This field was added in [moby@5130fe5d38837302e], which added it for use as intermediate struct when parsing CLI flags (through `runconfig.ParseExec`) in [moby@c786a8ee5e9db8f5f]. Commit [moby@9d9dff3d0d9e92adf] rewrote the...