compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description Today, a docker compose file can service as a bake file. This is great when you already use a docker compose file for your build spec, but docker...
### Description `docker compose build` doesn't tag when multiple platforms specified. `docker compose up --build` does, as does `docker compose create --build` ### Steps To Reproduce Run the following command...
### Description When a service outputs text with ANSI escape codes for color formatting across multiple lines, `docker compose logs` only preserves the color for the first line. Subsequent lines...
**What I did** As the title says, but I have a concern; What is expected behavior to be displayed when `docker compose logs --no-color`? In this case, the PR's changes...
### Description Whenever I run: `docker compose up -d --pull=missing` It will try to pull the latest image despite `phpmyadmin:latest` already downloaded. I have specified in my compose yaml file:...
### Description Similar to https://github.com/docker/compose/issues/11773 I'm seeing `docker compose up --watch` disconnecting when the container is restarted: ``` ❯ docker compose up --watch [+] Running 1/0 ✔ Container caddy-caddy-1 Running...
### Description When using Docker Compose with the COMPOSE_EXPERIMENTAL_GIT_REMOTE feature to include a remote Git repository, the process fails with exit status 128. **Expected Behavior:** Docker Compose should successfully include...
### Description I have a problem with mounting named Docker volumes when using Docker CE and Docker Compose on Windows Server 2019. The containers have some volumes defined in their...
### Description Would be great if docker compose would have a function to only spin up a subset of services. E.g. `docker compose up -d --build --force-recreate core-services-*` `docker compose...
### Description This happens with latest docker compose version. Let me explain using images. Older version Latest version Is this expected with latest version..? ### Steps To Reproduce 1. Install...