compose
compose copied to clipboard
Define and run multi-container applications with Docker
### 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...
### 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...
如图片所示,下面的服务重启需要很久,据我所知docker应该在一分钟内就完成所有的重启动作。  下面是我系统的基本信息 
### 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,...
### 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...
### 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...
### 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:...
### 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...
### 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...
**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** 