update docker logs command to output 100 lines

This commit is contained in:
2026-08-12 11:17:07 +03:00
parent 529034368b
commit cbeb3eacd7
+1 -1
View File
@@ -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..."