Skip to content

Commit

Permalink
Update docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Aug 2, 2024
1 parent 8c4e8b4 commit fcc79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ task startLdapServer() {
if (!stdOut.toString().contains("openldap-server")) {
println "Starting LDAP server."
exec {
commandLine 'sh', '-c', "docker-compose -f $project.projectDir/resources/openldap/docker-compose.yml up -d"
commandLine 'sh', '-c', "docker compose -f $project.projectDir/resources/openldap/docker-compose.yml up -d"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit fcc79fa

Please sign in to comment.