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 When `-p` (aka `--project-name`) is explicitly passed to `docker compose` and `COMPOSE_PROJECT_NAME` is also present in the environment or `.env` file, then Docker Compose will use the value...

kind/bug
status/0-triage

### Description We have a customer setup where a volume is bind mounted into a container and the container populates it with some files on first start. Later another volume...

kind/bug
area/volumes

如图片所示,下面的服务重启需要很久,据我所知docker应该在一分钟内就完成所有的重启动作。 ![image](https://github.com/docker/compose/assets/42713276/19fae9ee-9a37-4566-bada-a4c5921fc8eb) 下面是我系统的基本信息 ![image](https://github.com/docker/compose/assets/42713276/c2cad3dd-edb6-4d45-b15e-e4b3c5cfedcb)

kind/question

### Description I am encountering an issue with the **start_interval** parameter in` Docker Compose version 2.26.1. `It seems that the **start_interval** functionality is not working as expected in this version,...

kind/bug

### Description I think this might be two separate issues - please let me know and feel free to split it up. **End goal**: 10+ containers use the `configs` entry...

kind/bug
status/0-triage

### Description Previously this DockerCompose configuration would successfully start a container: ``` # ANOTHER_SERVICE_IP is not set and defaults to blank string dns: ${ANOTHER_SERVICE_IP} ``` But using latest Docker+DockerCompose on...

kind/feature
area/networking
area/env

### Description I'm connecting to a remote host over multiplexed ssh using a context. When I try `docker-compose ps` with a `docker-compose.yml` with 6 services defined, the command dies with:...

kind/bug
status/0-triage

### Description Having executed the commands to build (docker compose build container_name) and then run (docker compose run container_name) a container, get _unable to upgrade to tcp, received 400_ error...

kind/bug
status/0-triage

### Description Hi, There is an effort to unclutter root directory of project by using a local `.config` directory: https://github.com/pi0/config-dir. docker-compose.yml is very common at root of project to describe...

kind/feature

**What I did** Removed COMPOSE_MENU from env in Dockerfile and Makefile **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did** ![image](https://github.com/docker/compose/assets/22371565/a7dea306-d6cf-4b2e-b17b-cb16233e7d5b)