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

if compose file is configured not to attach to a service, `logs` command should not include this service closes https://github.com/docker/compose/issues/11529

### Description The documentation at https://docs.docker.com/compose/environment-variables/set-environment-variables/#substitute-with---env-file states: > You can override specific environment variables from the command line when starting containers. > ```docker compose --env-file .env.dev up -e DATABASE_URL=mysql://new_user:new_password@new_db:3306/new_database``` However,...

kind/bug
status/0-triage

### Description The JSON config output omits `x-*` entries. Diff from the actual generated JSON to the JSON-ified YAML of example below: ```diff --- actual.json +++ expect.json @@ -2,18 +2,16...

kind/bug
status/0-triage

### Description Starting with version 2.24.4 I observe a noticeable and severe performance degradation with all docker compose commands. We have a pretty sizable project with over 100 containers, in...

kind/bug

**What I did** Testing something for issue #11437 **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**

### Description This error was supposed to have been fixed from reading other tickets... but its still not working for me. I've tried several versions of Docker Desktop, including the...

kind/bug

**What I did** Right now `docker compose build` or `docker compose up --build` does not emit events. The only way to notice that something was built is by looking at...

**What I did** I added a JSON stream progress writer. This allows to write machine readable output to stderr, which makes it a lot easier to use Docker Compose from...

### Description This may be closely related to #11510 but it seemed different enough to open another issue. Whenever I run docker-compose up -d and one or multiple containers in...

kind/bug

### Description Running the command `docker-compose down `crashes the program. Running `docker-compose -f down` makes no difference. Here is the traceback: ``` panic: interface conversion: interface {} is map[string]interface {},...

kind/bug
status/0-triage