compose
compose copied to clipboard
Define and run multi-container applications with Docker
**Description** The --no-color flag does not turn off the colors for image builds, image pulls, and container starts/stops. **Steps to reproduce the issue:** 1. Run docker compose up --no-color nginx...
## Description of the issue The `docker-compose exec` and `docker compose exec` style invocations generate slightly different output, which I believe to be a bug in the `docker compose exec`...
## Description of the issue On Windows, when starting a composition that refers to a secret file which does not exist, an "invalid mount config for type" error is generated...
Hello I want to install `docker-compose` and `pyyaml=6.0` with poetry. However, when I run `poetry add docker-compose pyyaml`, I get a dependency error: **Steps to reproduce the issue:** `poetry add...
**Is your feature request related to a problem? Please describe.** When calling `docker-compose` with multiple files for separate environments and want to override port settings, you can't and you'll have...
(Copied from https://forums.docker.com/t/add-option-to-remove-service-name-as-default-alias-on-networks/106172 after I realized this was a compose-specific request) I am facing an issue where two separate docker compose projects sharing a common externally defined docker network would...
**Description** It results in unexpected behavior if either of the environment variables contain newlines (\n). In other words, multiline environment variables break docker-compose startup script. This is especially a painful...
**Description** Currently compose uses buildx 0.5.1, latest version is 0.7.1, an update is overdue.
**Description** IPv6 address port mapping no longer works with compose v2. The following compose file is an example with said issue: ```yaml version: "2.4" networks: net: driver: bridge enable_ipv6: true...
## Description of the issue This issue is directly related to the official docker-compose images hosted on hub.docker.com: https://hub.docker.com/r/docker/compose ## Context information **compose:/debian-1.28.0** ``` STEP 1: FROM docker/compose:debian-1.28.0 AS compose...