compose
compose copied to clipboard
Define and run multi-container applications with Docker
Switch to the test-channel, using the test.docker.com script, which has both stable and pre-releases. **What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in...
### Description `docker compose` recreates container with old (cached?) version of image, although I run it with both `--force-recreate` and `--build` arguments. I've noticed that the following changes to the...
### Description Previously in version v2.27.1 this worked: In `.env`: ``` MY_SECRET=very_secret ``` In docker compose yaml: ```yaml secrets: MY_SECRET: environment: MY_SECRET ``` However in after updating to v2.28.1 the...
### Description **Issue:** Swarm worker hosts fail to attach to manager node overlay networks unless a container has been manually started and attached to the network using `docker run --network...
### Description I'm on an M1 mac with colima. When I try to run `docker build .` in my repo, it caches layers - but when I run `docker-compose build`,...
### Description issue: using a template file which references its own services and uses !reset does not actually reset the value. i tested all compose versions between 2.24.3 and 2.28.1....
### Description I have a `docker-compose.yaml`: ```yaml services: traefik: image: traefik security_opt: - label:type:container_runtime_t ``` And I have a `docker-compose.override.yaml` which contains exactly the same content (yes, I know this...
### Description Using node exporter, I'd like to be able to extract a container name from the container's virtual interface 'ifalias' data. I use node exporter to do this for...
**What I did** Added the `--prune` option to the `docker-compose watch` command. This option ensures that dangling images are pruned automatically when rebuilding, helping to keep the Docker environment clean...
**What I did** Fixed `hash.ServiceHash()` to support config content change **Related issue** https://github.com/docker/compose/issues/11900 