docker: tail logs from host

now that we have the log mapped to host folder we can simply tail it there
pull/8/head
Antonin Hildebrand 5 years ago
parent 8c77b09737
commit 687475db24

@ -4,4 +4,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
. _settings.sh
exec docker exec lntop tail /root/.lntop/lntop.log "$@"
exec tail "$@" "$LNTOP_HOME/lntop.log"
Loading…
Cancel
Save