Skip to content

Commit 86ddd9c

Browse files
authored
Merge pull request #2784 from NginxProxyManager/develop
v2.10.2
2 parents 9d672f5 + 67208e4 commit 86ddd9c

File tree

18 files changed

+515
-234
lines changed

18 files changed

+515
-234
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.1
1+
2.10.2

Jenkinsfile

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ pipeline {
9191
// Bring up a stack
9292
sh 'docker-compose up -d fullstack-sqlite'
9393
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'
94+
// Stop and Start it, as this will test it's ability to restart with existing data
95+
sh 'docker-compose stop fullstack-sqlite'
96+
sh 'docker-compose start fullstack-sqlite'
97+
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'
9498

9599
// Run tests
96100
sh 'rm -rf test/results'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="https://nginxproxymanager.com/github.png">
33
<br><br>
4-
<img src="https://img.shields.io/badge/version-2.10.1-green.svg?style=for-the-badge">
4+
<img src="https://img.shields.io/badge/version-2.10.2-green.svg?style=for-the-badge">
55
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
66
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
77
</a>

0 commit comments

Comments
 (0)