compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description ## What I was doing I was trying to M(ariadb)ERN stack and Continuous Deployment with github actions. I'd like to run th is application with docker compose for...
### Description **Description:** When using `docker compose watch` with a project directory that is a symbolic link, changes are not reflected. This issue does not occur when using the actual...
### Description I'm encountering an issue where using the `-f` file path option with `--format json` and the `docker-compose status` command does not display exited containers. This behavior seems inconsistent...
### Description I'm using `ssh: default` + `--mount=ssh,required=true` to forward the ssh identities into my docker build. It worked at first but started failing without any clear reason after a...
When using Docker Compose for development setup, you often need to tweak the configuration to vary on Linux, macOS, and Windows. And some services you would like to run with...
### Description When using Docker Compose for development setup, you often need to tweak the configuration to vary on Linux, macOS, and Windows. And some services you would like to...
### Description When using multiple compose files with the `-f` option, each can define amendments to a service defined in a previous file. When the first two files define environment...
[BUG] Using docker-compose with Windows Containers and dockerfile_inline does not work (is ignored)
### Description When I'm using docker-compose for Windows containers (specifically on Windows Server 2022), if I define a compose file that has `dockerfile_inline` set, it just seems to ignore it...
### Description I am using `docker compose --profile=tests --project=tests run` to run isolated tests in my development environment. The documentation of docker compose run states that no service ports will...
### Description I would expect services not activated by profiles to be considered orphans, since they don't appear in the output of the `config` command. Current behavior: * `docker compose...