rearrange items in config doc

This commit is contained in:
Jesse Duffield 2019-06-23 17:26:20 +10:00
parent 305121a8fb
commit 38237be61d

View file

@ -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 }}'