compose
compose copied to clipboard
Define and run multi-container applications with Docker
[BUG] using `docker compose run --watch` my app is restarting more than once after every file change
### Description I have a docker compose file that uses a watch configuration. sync+restart Everything works as expected, except I see that after every single save, my app restarts more...
### Description After upgrading docker desktop for mac from 4.31.0 (153195) to version 4.33.0 (160616) our compose based (development) setup stopped working with ` secrets.one-token Additional property content is not...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.20 to 1.7.21. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.21 Welcome to the v1.7.21 release of containerd! The twenty-first patch release for containerd 1.7 contains various...
### Description Using the [example repo](https://github.com/dockersamples/avatars), changes to the python code do not have any effect on the running application. ### Steps To Reproduce 1. Clone the [example repository](https://github.com/dockersamples/avatars) for...
Updated the docker compose command to recursively search through any specified .env files for the COMPOSE_ENV_FILES parameter. When found, the paths are followed recursively to extend the list of .env...
### Description I'm trying to add a password to Jupyter Notebook 7 in docker compose, but using the `jupyter_server.auth.passwd()` to generate a hash, makes an argon2 hash. Argon2 hashes have...
### Description other system it only display one line and refresh it. But I don't know why in ubuntu got this.  ### Steps To Reproduce _No response_ ### Compose...
### Description Docker compose is holding back python log messages until the container finishes. ### Steps To Reproduce ## docker-compose.yml ``` services: python-app: image: python:3.9-slim container_name: python-container command: python -c...
### Description If we have a compose file with two services A and B, where B `depends_on` A then the following used to be the scenario. 1. `docker compose up...
### Description After using `run` on an updated Compose, I’ve been greeted by a > WARN[0000] Found orphan containers […] for this project. If you removed or renamed this service...