compose
compose copied to clipboard
Define and run multi-container applications with Docker
**Description** **Steps to reproduce the issue:** 1. docker version 20.10.12 , compose version v2.2.2 2. A warn occurs when the app starts ` docker-compose up -d ` ``` WARN[0000] The...
**Description** With Docker Compose V2, variables pulled in via an env_file override, now override environment variables specified in `docker-compose.yml`. **Steps to reproduce the issue:** Test Files ```bash $ cat docker-compose.yml...
### Description A project that successfully uses `.env` by default in a Linux host will not use it by default in a Windows host, even after completing WSL setup. ###...
**Description** A service, marked restart always, will not cause a service that it depends on to restart automatically. **Steps to reproduce the issue:** 1. Use a docker-compose file like this:...
I have a docker-compose setup that mostly works, but if I attempt to “up” more than one, or sometimes two, compositions, it will hang until I bring one of the...
**Description** I want to deploy `docker compose` in remote server via SSH. There is `volumes` mounting in my `docker-compose.yml`. After I run `docker --context compose up`, I noticed that the...
**Description** When a service uses the `default` network, calling `docker compose --compatibility config` returns an error like: ``` service ... refers to undefined network default: invalid compose project ``` **Steps...
**Description** In my docker compose file, I've created my services and in override file I made some configurations like ports and environments. It'll be more convenient to show it than...
File: [compose/cli-command-compatibility.md](https://docs.docker.com/compose/cli-command-compatibility/) When enabling the "use compose CLI v2" flag, i noticed that some of our scripts failed - specifically, `docker-compose kill`, when no services are running, returns a `1`...
Hey guys, connected to docker/compose-cli#1892, I just recently detected a problem with consistency of `--env-file` usage at least on `up` and `down` commands. **Description** In our case, we rely on...