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

I just wonder if there's a command completion like there is for the [docker-compose](https://docs.docker.com/compose/completion/) command.

Docker Compose V2

This error occurs during docker compose pull with --context argument **Steps to reproduce the issue:** 1. docker --context mycontext compose -f docker-compose.letsencrypt.yml pull 2. error during connect: Get "http://docker.example.com/v1.41/images/mongo-express/json": command...

## Description of the issue As of version 1.26.0 and using `python-dotenv` for env files, env files must have strict whitespace else error is triggered: >WARNING: Python-dotenv could not parse...

kind/bug
Docker Compose V1

Resolves #8623 it is base branch change for #8624

**What I did** Work on a copy of `securityOpts` when parsing them. This means that the input in not modified and the second time the function gets called for the...

**What I did** I checked the Python implementation of the interpolation feature in v1 and found out that the [`serialize_config`](https://github.com/docker/compose/blob/5db8d86f127848367e4d721e992c188923c89d42/compose/config/serialize.py#L75) function in the `compose.config.serialize` module was only escaping the $...

**Description** **Steps to reproduce the issue:** Go to https://docs.docker.com/compose/completion/#available-completions or Search for "docker compose autocompletion" in any search provider (Google, dukdukgo...), the first link is the link given above. Follow...

**Description** Looks like on CircleCI docker-compose recreates database containers if there are multiple subsequent `docker-compose run` commands run. However, this is not desirable since the first run is for running...

kind/parity
area/run

**Description** This might be considered just a documentation issue: the image-building feature (`docker compose build` or `docker compose up --build`) does not work correctly with older version(s) of the `docker`...

**Description** The command `docker-compose -p project down --rmi local` (or `--rmi all` ) won't remove unused images. This worked fine until compose 1.29.2 and fails with the current v2.6.1 as...