mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
rearrange items in config doc
This commit is contained in:
parent
305121a8fb
commit
38237be61d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,8 +15,8 @@ gui:
|
|||
- blue
|
||||
reporting: undetermined
|
||||
commandTemplates:
|
||||
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'
|
||||
dockerCompose: docker-compose
|
||||
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'
|
||||
stopService: '{{ .DockerCompose }} stop {{ .Service.Name }}'
|
||||
serviceLogs: '{{ .DockerCompose }} logs --since=60m --follow {{ .Service.Name }}'
|
||||
viewServiceLogs: '{{ .DockerCompose }} logs --follow {{ .Service.Name }}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue