Add docker log fish function

This commit is contained in:
Colin Powell
2019-05-28 21:58:54 -04:00
parent e7655dd1b7
commit 7ec309f00d

View File

@ -0,0 +1,3 @@
function dclg
docker-compose logs --tail=50 -f
end