Skip to content

Commit

Permalink
Merge pull request #554 from hauskens/patch-1
Browse files Browse the repository at this point in the history
Add hint to what .DockerCompose is in documentation
  • Loading branch information
jesseduffield authored Jul 21, 2024
2 parents 0849b80 + 015a108 commit 4f375bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4f375bb

Please sign in to comment.