docs: document new logs.pager configuration option

This commit is contained in:
hunchulchoi 2026-06-04 18:29:44 +09:00
parent 03c26a05e0
commit 3d9a6c78d8

View file

@ -64,6 +64,7 @@ logs:
timestamps: false
since: '60m' # set to '' to show all logs
tail: '' # set to 200 to show last 200 lines of logs
pager: 'less -R' # command for external logs pager (e.g. 'less -R', 'lnav')
commandTemplates:
dockerCompose: docker compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'