Skip to content

Commit

Permalink
docs: Kotlin example on projectName fixed Fixes #362
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jun 30, 2022
1 parent c0958f7 commit 9f02019
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 @@ -204,7 +204,7 @@ apply(plugin = "docker-compose")
configure<ComposeExtension> {
includeDependencies.set(true)
createNested("local").apply {
projectName.set("foo")
setProjectName("foo")
environment.putAll(mapOf("TAGS" to "feature-test,local"))
startedServices.set(listOf("foo-api", "foo-integration"))
upAdditionalArgs.set(listOf("--no-deps"))
Expand Down

0 comments on commit 9f02019

Please sign in to comment.