mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
docs: document new logs.pager configuration option
This commit is contained in:
parent
03c26a05e0
commit
3d9a6c78d8
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ logs:
|
||||||
timestamps: false
|
timestamps: false
|
||||||
since: '60m' # set to '' to show all logs
|
since: '60m' # set to '' to show all logs
|
||||||
tail: '' # set to 200 to show last 200 lines of 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:
|
commandTemplates:
|
||||||
dockerCompose: docker compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates
|
dockerCompose: docker compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates
|
||||||
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'
|
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue