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
Not sure how often this is used for production but I saw and thought it would be perfect for viewing logs on our developer setup. I love Docker and thought why not support this awesome community.
Here is the branch that I have working with Docker and image on Docker Hub.
I have been using the image like docker run -v ``pwd`` /app/config:/var/www/html/app/config -v /home/username/logs:/logs catdevman/monolog-viewer from the root of the git repo.
Not sure how often this is used for production but I saw and thought it would be perfect for viewing logs on our developer setup. I love Docker and thought why not support this awesome community.
Here is the branch that I have working with Docker and image on Docker Hub.
I have been using the image like
docker run -v ``pwd`` /app/config:/var/www/html/app/config -v /home/username/logs:/logs catdevman/monolog-viewer
from the root of the git repo.With a config file like
If this is of interest to the project please let me know and I will make a PR.
The text was updated successfully, but these errors were encountered: