--remove-orphans
This commit is contained in:
parent
f0d2e21767
commit
4d60e26ff8
|
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
stage('start proxy-nginx') {
|
stage('start proxy-nginx') {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
|
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans "
|
||||||
sh(nxinx_build);
|
sh(nxinx_build);
|
||||||
sh "cp ./nginx-config/** /apps-data"
|
sh "cp ./nginx-config/** /apps-data"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue