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 According to the Docker Compose documentation, using a double-dollar sign ($$) should allow for a literal dollar sign and prevent Docker Compose from interpolating the value. This feature...

kind/bug

### Description I have the following problem: I run docker compose in gitlab pipelines (connect to a remote host with $DOCKER_HOST variable via ssh, then bind directories on the remote...

kind/bug
status/0-triage

### Description When running a project using `docker compose up` and subsequently creating a one-off container using `docker compose run `, running `docker exec ` will use the one-off container...

kind/bug
status/0-triage

Currently, Docker Compose copies a config or secret into the container if the source is an environment variable or inlined content. However, if the source is a file, the file...

### Description Separating out an issue described on https://github.com/docker/compose/issues/9600 Basically, this comment (https://github.com/docker/compose/issues/9600#issuecomment-1403124191) encompasses this issue. Sometimes containers are completely recreated when we do not expect them to, and when...

kind/bug
area/depends

### TL;DR A way of configuring docker compose, such that when a user of my project runs a straightforward `docker compose up` (with no extra options), all services will be...

kind/feature

### Description The `docker compose run` command supports the `--detach` option to run a one-off container in the background. However, there is no `--wait` option so e.g. following one-off containers...

kind/feature
status/0-triage

### Description ## Description The `docker compose` command outputs warnings about environment variables not being set, even when those variables are only used in services that are not currently being...

kind/feature
status/0-triage

### Description Post-https://github.com/moby/moby/pull/44216, anonymous volumes are annotated with the label `com.docker.volume.anonymous`, e.g.: ```json [ { "CreatedAt": "2023-07-20T04:52:35Z", "Driver": "local", "Labels": { "com.docker.volume.anonymous": "" }, "Mountpoint": "/var/lib/docker/volumes/2ec6337464768820a3076200c69c80e4d6d7dc363cfcde6821dc3430ba709450/_data", "Name": "2ec6337464768820a3076200c69c80e4d6d7dc363cfcde6821dc3430ba709450", "Options": null,...

kind/bug
area/volumes

### Description If it finds orphaned containers, `docker compose run` will suggest running again with `--remove-orphans`, which is not a flag that `docker compose run` accepts. ### Steps To Reproduce...

kind/bug