compose
compose copied to clipboard
Define and run multi-container applications with Docker
if compose file is configured not to attach to a service, `logs` command should not include this service closes https://github.com/docker/compose/issues/11529
### Description The documentation at https://docs.docker.com/compose/environment-variables/set-environment-variables/#substitute-with---env-file states: > You can override specific environment variables from the command line when starting containers. > ```docker compose --env-file .env.dev up -e DATABASE_URL=mysql://new_user:new_password@new_db:3306/new_database``` However,...
### Description The JSON config output omits `x-*` entries. Diff from the actual generated JSON to the JSON-ified YAML of example below: ```diff --- actual.json +++ expect.json @@ -2,18 +2,16...
### Description Starting with version 2.24.4 I observe a noticeable and severe performance degradation with all docker compose commands. We have a pretty sizable project with over 100 containers, in...
**What I did** Testing something for issue #11437 **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**
### Description This error was supposed to have been fixed from reading other tickets... but its still not working for me. I've tried several versions of Docker Desktop, including the...
**What I did** Right now `docker compose build` or `docker compose up --build` does not emit events. The only way to notice that something was built is by looking at...
**What I did** I added a JSON stream progress writer. This allows to write machine readable output to stderr, which makes it a lot easier to use Docker Compose from...
### Description This may be closely related to #11510 but it seemed different enough to open another issue. Whenever I run docker-compose up -d and one or multiple containers in...
### Description Running the command `docker-compose down `crashes the program. Running `docker-compose -f down` makes no difference. Here is the traceback: ``` panic: interface conversion: interface {} is map[string]interface {},...