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** docker compose/docker-compose do not search in parent folder for docker-compose.yaml **Steps to reproduce the issue:** - in base project, create a working docker-compose.yaml - create a folder (www for...

status/0-triage

**What I did** Used `NamedContexts` so buildkit is aware of base image for a service being the actual result of another service build. **Related issue** closes https://github.com/docker/compose/issues/9232 closes https://github.com/docker/compose/issues/8538

Hello, when I run `docker compose up` I get the following errors : ``` $ docker-compose up -d Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response...

kind/bug
Docker Compose V1

## Description of the issue Ubuntu 20.04 I can not connect ports after VMware suspended then resumed. It require docker restart command to connect. ## Context information (for bug reports)...

kind/bug

Can compose replace or update a container when the new one is healthy? In my definition of replace, it only attaches it to networking (unless there is build-time networking) when...

### Description I have configuration based on this example https://docs.docker.com/compose/multiple-compose-files/include/#example. There three files: ``` # postgresql.yml version: '3' services: postgres: image: postgres ``` ``` # compose.yml version: '3' include: -...

kind/bug
status/0-triage

### Description When running `docker compose --progress plain up --dry-run --detach`, you can see build events: ``` DRY-RUN MODE - build service foobar DRY-RUN MODE - ==> ==> writing image...

kind/bug
area/tty

### Description When starting a service in dry-run mode, the progress events reporting starting the container are missing its first letter: ``` DRY-RUN MODE - Network compose_default Creating DRY-RUN MODE...

kind/bug
status/0-triage

### Description A few days ago I tried to update to the latest docker-ce, docker-compose-plugin and containerd.io versions and after that, mailcow-dockerized failed to start with docker compose: > failed...

kind/bug
status/0-triage

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.61.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.61.0 New Features resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a...

dependencies