Add output that the log is being followed.

This commit is contained in:
2025-07-26 11:27:09 -07:00
parent 9339b590e0
commit d1f50523fb

View File

@@ -436,6 +436,7 @@
docker compose up -d
if [[ -n "$1" ]]; then
echo "Following logs of '$1':"
docker logs -f $1
fi
@@ -458,6 +459,7 @@
docker compose up -d
if [[ -n "$1" ]]; then
echo "Following logs of '$1':"
docker logs -f $1
fi
@@ -524,6 +526,7 @@
docker compose up -d
if [[ -n "$1" ]]; then
echo "Following logs of '$1':"
docker logs -f $1
fi