Skip to content

Commit

Permalink
chore: remove project name of docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunzhi Liu committed Apr 20, 2022
1 parent 54bcd97 commit a53da43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ val installGitHooks = task<Copy>("installGitHooks") {
tasks.check { dependsOn(installGitHooks) }

dockerCompose {
projectName = "ArchGuard"
isRequiredBy(project.tasks.bootRun)
useComposeFiles.set(listOf("$projectDir/config/infrastructure/docker-compose.local.yml"))
removeVolumes.set(false)
Expand Down

0 comments on commit a53da43

Please sign in to comment.