3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
|
[[ $1 ]] && opt="-n $1"
|
||
|
[[ $1 == "f" ]] && opt="-f"
|
||
|
docker-compose logs $opt
|