compose
compose copied to clipboard
Define and run multi-container applications with Docker
Using version: docker-compose version 1.29.2, build 5becea4c I'm not sure why this issue is closed. There are reports right up until today. If you have to stop and then restart...
**Description** I've read this issue: https://github.com/docker/compose/issues/3874 They are similar but not exactly the same. I understand that when using multiple compose config files, the parent dir of the first file...
**Description** `docker compose logs [...]` appends a `Error response from daemon: configured logging driver does not support reading`. **Steps to reproduce the issue:** 1. It happens every time since pulled...
**Description** This ticket is a **duplicate** of https://github.com/docker/compose/issues/8766 given it was marked as "closed" but is not resolved. Unable run to execute `compose run ` when a service is using...
Hi guys, When I deploy stack with docker-compose.yml as below on CentOS 7. ----------------------------------- version: "3" services: xtlab-apache: image: "httpd:version2" networks: - my-network: deploy: replicas: 2 placement: constraints: [node.role ==...
For business needs, I used docker-compose to orchestrate a dns server, and the service name in docker-compose is my_dns_server. I would like to use the above dns server for domain...
https://forums.docker.com/t/docker-compose-created-container-cannot-access-internet/98199 Host OS is CentOS 8. I’m not behind proxy, at least as i know. `firewalld` is not installed due to conflict with `docker`. But my hosting company uses it’s...
**Description** Docker-Compose does not support unit sufix on `mem_limit` on macOS. **Steps to reproduce the issue:** Consider the `docker-compose.yml` file with a `mem_limit`. ```yaml version: '2.4' services: es: mem_limit: '4g'...
## Description of the issue When using a bind volume in a yml file, docker-compose does not start the service, but is stuck on "compose.parallel.feed_queue: Pending: set()". If the volume...
I'm not sure if this belongs here or in https://github.com/docker/docker-ce-packaging. The official Debian/Ubuntu apt repository (referenced in docs) doesn't contain the latest release of Docker Compose, v2.6.1, which came out...