Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored May 5, 2019
1 parent 780fc49 commit 83b092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dockerCompose {
captureContainersOutputToFiles = '/path/to/directory' // sends output of all services to a dedicated log file in the directory specified, e.g. 'web.log' for service named 'log'
composeLogToFile = project.file('build/my-logs.txt') // redirect output of composeUp and composeDown tasks to this file; default is null (ouput is not redirected)
containerLogToDir = project.file('build/logs') // directory where composeLogs task stores output of the containers; default: build/containers-logs
includeDependencies = false // calculates services dependencies of startedServices and includes those when gathering logs or removing containers
includeDependencies = false // calculates services dependencies of startedServices and includes those when gathering logs or removing containers; default is false
stopContainers = true // doesn't call `docker-compose down` if set to false - see below the paragraph about reconnecting; default is true
removeContainers = true // default is true
Expand Down

0 comments on commit 83b092e

Please sign in to comment.