Skip to content

Commit b3e6811

Browse files
authored
Merge branch 'NginxProxyManager:develop' into develop
2 parents 0d1d06d + fd30cfe commit b3e6811

File tree

23 files changed

+180
-505
lines changed

23 files changed

+180
-505
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.18
1+
2.9.19

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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)