mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
If you have an alternate YAML file with different services defined, containers for those services will be shown in `docker-compose ps` even if you don't pass that file in. Furthermore, `docker-compose rm` will claim that it's going to remove them, but actually won't. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>