Skip to content

Commit 9e5ea02

Browse files
authored
v4.0.1 (#96)
Minor updates * Removing additional properties restrictions on JSON schema Documentation updates * Fixing image size shield
1 parent 08228b3 commit 9e5ea02

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Nginx Proxy
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-nginx-proxy) ![Docker Pulls](https://img.shields.io/docker/pulls/bfren/nginx-proxy?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bfren/nginx-proxy/latest?label=size)<br/>
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-nginx-proxy) ![Docker Pulls](https://img.shields.io/docker/pulls/bfren/nginx-proxy?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bfren/nginx-proxy/4?label=size)<br/>
44
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-nginx-proxy/dev?label=build)
55

66
[Docker Repository](https://hub.docker.com/r/bfren/nginx-proxy) - [bfren ecosystem](https://github.com/bfren/docker)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

ssl-conf-sample.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
{
1111
"primary": "test.com",
1212
"upstream": "http://test",
13-
"aliases": [ "www.test.com", "fred.co.uk" ],
14-
"custom": false
13+
"aliases": [ "www.test.com", "fred.co.uk" ]
1514
}
1615
]
1716
}

ssl-conf-schema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Docker Nginx Proxy Configuration Settings",
55
"type": "object",
66
"required": [ "domains" ],
7-
"additionalProperties": false,
87
"properties": {
98
"domains": {
109
"type": "array",
@@ -15,7 +14,6 @@
1514
"domain": {
1615
"type": "object",
1716
"required": [ "primary", "upstream" ],
18-
"additionalProperties": false,
1917
"properties" : {
2018
"primary": {
2119
"type": "string",

0 commit comments

Comments
 (0)