5 lines
125 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
[ -z "$1" ] && printf "\nPlease specify service name (ex. app)\n\n" && exit
docker-compose logs -f "$@"