add -d to docker task
This commit is contained in:
parent
f178d95a6f
commit
045b503a7e
|
@ -69,7 +69,7 @@ pipeline {
|
|||
|
||||
stage('Start Backend Docker') {
|
||||
steps {
|
||||
sh 'cd /home/deploy/logging-center/docker && docker-compose -f docker-compose.dev.yml up'
|
||||
sh 'cd /home/deploy/logging-center/docker && docker-compose -f docker-compose.dev.yml up -d'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue