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 I have a docker compose file that uses a watch configuration. sync+restart Everything works as expected, except I see that after every single save, my app restarts more...

kind/bug
area/watch

### Description After upgrading docker desktop for mac from 4.31.0 (153195) to version 4.33.0 (160616) our compose based (development) setup stopped working with ` secrets.one-token Additional property content is not...

kind/bug
status/0-triage

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.20 to 1.7.21. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.21 Welcome to the v1.7.21 release of containerd! The twenty-first patch release for containerd 1.7 contains various...

dependencies

### Description Using the [example repo](https://github.com/dockersamples/avatars), changes to the python code do not have any effect on the running application. ### Steps To Reproduce 1. Clone the [example repository](https://github.com/dockersamples/avatars) for...

kind/bug
status/0-triage

Updated the docker compose command to recursively search through any specified .env files for the COMPOSE_ENV_FILES parameter. When found, the paths are followed recursively to extend the list of .env...

### Description I'm trying to add a password to Jupyter Notebook 7 in docker compose, but using the `jupyter_server.auth.passwd()` to generate a hash, makes an argon2 hash. Argon2 hashes have...

kind/bug
status/0-triage

### Description other system it only display one line and refresh it. But I don't know why in ubuntu got this. ![image](https://github.com/user-attachments/assets/9c19e3ef-4022-4e0f-ba2f-7f6ec86da43e) ### Steps To Reproduce _No response_ ### Compose...

kind/bug
status/0-triage

### Description Docker compose is holding back python log messages until the container finishes. ### Steps To Reproduce ## docker-compose.yml ``` services: python-app: image: python:3.9-slim container_name: python-container command: python -c...

kind/bug
status/0-triage

### Description If we have a compose file with two services A and B, where B `depends_on` A then the following used to be the scenario. 1. `docker compose up...

kind/bug
status/0-triage

### Description After using `run` on an updated Compose, I’ve been greeted by a > WARN[0000] Found orphan containers […] for this project. If you removed or renamed this service...

kind/feature
area/up