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** Using the Docker Compose v2 release candidate (Docker Compose version v2.0.0-rc.1), `docker compose` commands do not return an error for build args when a docker compose variable is flagged...

In issue #3281 `compose < 1.8.0-rc1` incorrectly sent undefined default build args as `'None'` string to `docker build`, it was fixed by PR #3449 (included in `compose 1.8.0-rc1`) by sending...

kind/enhancement
area/config

**Description** If an image ID contains a registry with a port number, `docker compose images` incorrectly treats the port separator as the tag separator when displaying containers. **Describe the results...

**Description** In docker-compose 1.29 I could mount an empty directory and get the initial content from the overlay FS if the directory was empty (just like with a regular docker...

I have a bunch of services that depend on multiple Docker-compose-declared NFS volumes. All volumes depend on another machine running a single NFS server. Upon power failure botch machines (the...

kind/feature

Hi all, I am searching on how to persist user profile folder in volume mounting I have folder C:\Users\ABEL\source\repos which needs to be persisted for a windows container. The username...

Hi, I have a problem of "skipped: maximum number of running instances reached (1) in the apscheduler" and because of this the process got stuck and to restart the process...

**Description** As a development leader, I would like teams to be able to spin up local `docker-compose` based environments without steps on the host beyond `git clone...`. As well, developers...

**Description** This problem came to my attention when I try to spin up a new Laradock project. I thought for a moment I could use multiple environment files to input...

**Description** After sending `docker compose logs -f` a `Ctrl-Z` to try and suspend the process, the process is no longer cancelable using `Ctrl-C`, and can only be terminated by sending...