Skip to content

Commit 5920b0c

Browse files
authored
Merge pull request NginxProxyManager#2380 from NginxProxyManager/develop
v2.9.19
2 parents cce73be + 41bbfcf commit 5920b0c

File tree

21 files changed

+157
-496
lines changed

21 files changed

+157
-496
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.18
1+
2.9.19

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pipeline {
221221
}
222222
post {
223223
always {
224-
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
224+
sh 'docker-compose down --remove-orphans --volumes -t 30'
225225
sh 'echo Reverting ownership'
226226
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
227227
}

0 commit comments

Comments
 (0)