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 When adding an extension field (starting with x-) under a depends_on long form element, compose gives an "Additional property is not allowed" error, whereas everywhere else it ignores...

kind/bug
status/0-triage

### Description I use below docker-compose.yml file. use docker-compose version v3 when run command docker-compose up, encounter exec /usr/local/bin/docker-entrypoint.sh: exec format error issue, any insights or guide for further investigation?...

kind/bug
status/0-triage

### Description I suppose when starting application with `docker compose -f compose.yaml -f local.yaml up` interpolation happens before merging compose files. Since that if `compose.yaml` has required environment variable which...

kind/bug
status/0-triage

### Description When checking the health_check to create a dependency on container start you want to have a high rate check (like every second) to start the service as soon...

kind/feature

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.64.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.0 API Changes stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the...

dependencies

**What I did** This comand no longer needs a mandatory port. If no port is provided it will instead list all published ports. This behavior falls in line with the...

### Description docker compose config outputs an invalid format. Input ```yaml services: nginx: image: nginx deploy: resources: limits: cpus: "2.0" ``` ```shell ❯ docker compose -f in.yaml config > out.yaml...

kind/bug

**What I did** Copy configs.file's instead of bind-mounting them to make it possible to use file configs when working with remote docker hosts (like setting DOCKER_HOST to a ssh address...

### Description Per title, currently docker compose uses bind mounts to put configs and secrets in containers, but this does not work when using either docker context or DOCKER_HOST variable...

kind/feature

### Description Recently several language-specific build tools emerged. These tools produce a container image without having to write a Dockerfile. Golang has [ko-build](https://ko.build). Java got something as well. (Besides convenience,...

kind/feature
area/build