mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #554 from hauskens/patch-1
Add hint to what .DockerCompose is in documentation
This commit is contained in:
commit
4f375bbf36
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ logs:
|
|||
since: '60m' # set to '' to show all logs
|
||||
tail: '' # set to 200 to show last 200 lines of logs
|
||||
commandTemplates:
|
||||
dockerCompose: docker-compose
|
||||
dockerCompose: docker-compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates
|
||||
restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'
|
||||
up: '{{ .DockerCompose }} up -d'
|
||||
down: '{{ .DockerCompose }} down'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue