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

When checking the validity of a compose file with the _docker compose config_ command, passing the _--no-interpolate_ option to avoid interpolating environment variables, docker compose v2 turns all the _$_...

Introduced the feature to print variables from config files with additional info like default value, required flag, actual value, source. example usage: ``` ❯ ./docker-compose config --parameters NAME DEFAULT REQUIRED...

```yaml services: noop: image: ubuntu command: sleep 10 test: image: ubuntu command: bash -c 'echo hello' restart: always ``` (see https://github.com/docker/compose/issues/8896 about the noop service) ### expected behavior: `docker compose...

stale
Docker Compose V2
Docker Compose V1

**Description** With docker-compose up, attaching to a new container misses the initial log lines for that container. While testing #8859, I noticed that when a container was stopped, removed, then...

stale
Docker Compose V2

**Description** `docker-compose config` inappropriately tries to expand environment variables, meaning that it's impossible to pass a complex environment variable to the container. Given this docker-compose.yaml: ```yaml services: web: environment: -...

kind/question
stale

**Description** **Steps to reproduce the issue:** 1. Install desktop version 4.1 or later over Windows 10 and WSL 2 / debian. 2. setup a multi-app environment driven by swarm networking....

stale

**Description** Since the update to v2 the `.env` file doesn't have $PWD variable set. I've create a small git repository for reproducing the error you can find here: https://gitlab.com/lumnn/docker-compose-env-error Basically...

stale
Docker Compose V2

The `--compatibility` option is required to ensure V2 still uses underscores, instead of hyphens, when composing container names. (This change broke quite a number of our scripts; Docker Desktop apparently...

stale

## Description of the issue `docker-compose logs` outputs as a Windows-specific encoding while `docker logs` properly outputs as `utf-8` ``` ofek.lev@OZONE C:\Users\ofek.lev\Desktop\code\integrations-core\riakcs\tests\compose $ python Python 3.6.5 |Anaconda, Inc.| (default, Mar...

stale
Docker Compose V2

## Description of the issue I have a `docker-compose` file that starts a few services from different repos. The repos are also standalone with their own `docker-compose` files so I...

kind/bug
stale