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

Related to issue https://github.com/docker/compose/issues/9704. I have a php symfony framework with .env file and config params inside. There I have row: CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ when I'm trying to build using docker-compose I...

**What I did** Hi, I have configured the Scorecard Github Action, as mentioned in #9845 and included the badge in the readme file. Please feel free to reach me out...

**Description** On `restart`, it looks like the permission of `tmpfs` volumes are changed. **Steps to reproduce the issue:** With this `docker-compose.yaml`: ``` yaml version: '3.9' services: varnish: image: "varnish:7.1" command:...

**Description** When stopping a container via `docker compose stop` we started observing sporadic failures doing so when using docker compose versions >= 2.10.0 **Steps to reproduce the issue:** 1. `docker...

Hello, I am Joyce and I'm working on behalf of Google and the [OpenSSF][ossf] to improve the supply-chain security of essential open-source projects. The OpenSSF is a non-profit foundation dedicated...

Fix variable definition in create.go.

**Description** Following a change introduced in `2.3.4`, most likely https://github.com/docker/compose/pull/9261, we're hitting a scenario where a container is recreated when it needn't be, and then will fail to start following...

**Description** I have a compose.yml with 150 entries like this: ``` services: some-server-1: extends: file: images/some-server/compose.yml service: some-server-1 ports: - '9005:9000' ``` where images/some-server/compose.yml defines multiple versions like this: ```...

- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...

version/4.11.1

**Description** According to [the documentation](https://docs.docker.com/compose/profiles/), docker compose will fail if a dependency is deactivated through an inactive profile: ``` # this will fail because profile "dev" is disabled $ docker...

kind/bug
Docker Compose V2