-
Notifications
You must be signed in to change notification settings - Fork 275
Description
Tell us about your request
Since Docker Desktop 4.12.0, the docker compose ps
command does not show the services from docker-compose.override.yml
.
Which service(s) is this request for?
Docker Desktop 4.12.0 (85629)
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I use both docker-compose.yml
and docker-compose.override.yml
.
When I start my project with docker compose up -d
, all containers are running.
But when I run docker compose ps
, I see only services located in docker-compose.yml
, but no services from docker-compose.override.yml
.
docker ps
show all services.
This happens on Docker Desktop 4.12.0 (85629).
The previous problem did not have such a problem.
Are you currently working around the issue?
I use docker ps
to see all containers. But it’s not so comfortable comparing to docker compose ps
.
Additional context
—