Valentin Batz

Results 2 issues of Valentin Batz

## Describe the Bug Using `docker_compose` together with a `docker-compose.yaml` with a custom build image like for example: * docker-compose.yml: ```yaml version: '3.5' services: example: build: context: . dockerfile: Dockerfile...

bug

## Summary Fix an issue where services are wrongly restarted as a corrective measure, due to images built with docker compose not detected as running. ## Additional Context Add any...