mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #74] Need help for run custom or multiple logs #51
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @miteshwalker on GitHub (Aug 23, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/74
Hi,
I want to use your tool for my servers with docker, As I run the same with default conf, like with syslog it is working fine. But I want to run with my custom logs files. but with the same it is not working for me. Please find what I am doing to see my nginx logs in web using docker.
docker run -d -v /var/log/nginx/access.log:/nginx-access -P mthenw/frontail /nginx-access
when I check with "docker ps -a"
I got exited
Please help.
Thanks
@mthenw commented on GitHub (Sep 4, 2016):
Hey,
what version of Docker do you use?