diff --git a/cli/command/formatter/service.go b/cli/command/formatter/service.go index 760bd03e79..697d6be4c0 100644 --- a/cli/command/formatter/service.go +++ b/cli/command/formatter/service.go @@ -92,10 +92,10 @@ ContainerSpec: Mounts: {{- end }} {{- range $mount := .ContainerMounts }} - Target = {{ $mount.Target }} - Source = {{ $mount.Source }} - ReadOnly = {{ $mount.ReadOnly }} - Type = {{ $mount.Type }} + Target: {{ $mount.Target }} + Source: {{ $mount.Source }} + ReadOnly: {{ $mount.ReadOnly }} + Type: {{ $mount.Type }} {{- end -}} {{- if .Configs}} Configs: