docker compose logs

This commit is contained in:
Niccolo Borgioli 2023-05-10 19:51:28 +02:00
parent 2849d61662
commit 59ce1748bd
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
function dcl --wraps='docker compose logs -f --tail 20' --description 'alias dcl=docker compose logs -f --tail 20'
docker compose logs -f --tail 20 $argv
end