You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
My configuration file worked fine (and still does) using
grc docker-compose up
; however, usinggrc 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.The text was updated successfully, but these errors were encountered: