Add hint to .DockerCompose in documentation · jesseduffield/lazydocker@015a108 (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -65,7 +65,7 @@ logs: | ||
65 | 65 | since: '60m' # set to '' to show all logs |
66 | 66 | tail: '' # set to 200 to show last 200 lines of logs |
67 | 67 | commandTemplates: |
68 | -dockerCompose: docker-compose | |
68 | +dockerCompose: docker-compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates | |
69 | 69 | restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}' |
70 | 70 | up: '{{ .DockerCompose }} up -d' |
71 | 71 | down: '{{ .DockerCompose }} down' |