grc icon indicating copy to clipboard operation
grc copied to clipboard

coloring broken with `docker compose` (vs `docker-compose`)

Open isleshocky77 opened this issue 2 years ago • 0 comments

My configuration file worked fine (and still does) using grc docker-compose up; however, using grc docker compose up will not add coloring to most images.

What I mean by most is that if I have a docker-compose.yml consisting of db (mysql), web (nginx), and php (php-fpm); I'm seeing some coloring of the web container's output, but nothing from db or php.

Like I said, if I use the command grc docker-compose up then all three container's outputs are colorized as expected.

isleshocky77 avatar Jan 26 '23 14:01 isleshocky77