Template
update docker logs command to output 100 lines
This commit is contained in:
@@ -135,7 +135,7 @@ case "$1" in
|
|||||||
show_status
|
show_status
|
||||||
;;
|
;;
|
||||||
logs)
|
logs)
|
||||||
docker compose logs -f
|
docker compose logs -t -n 100
|
||||||
;;
|
;;
|
||||||
update)
|
update)
|
||||||
echo "[!] Rebuilding and restarting services..."
|
echo "[!] Rebuilding and restarting services..."
|
||||||
|
|||||||
Reference in New Issue
Block a user