grc
grc copied to clipboard
coloring broken with `docker compose` (vs `docker-compose`)
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.