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