diff --git a/docs/Config.md b/docs/Config.md index d386ff31..a2f77e08 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -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 }}'