Merge branch 'master' of github.com:jc21/nginx-proxy-manager

This commit is contained in:
Jamie Curnow
2020-03-06 12:54:15 +10:00
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
2.1.1
2.1.2
+1 -1
View File
@@ -2,7 +2,7 @@
# Nginx Proxy Manager
![Version](https://img.shields.io/badge/version-2.1.1-green.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/version-2.1.2-green.svg?style=for-the-badge)
![Stars](https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge)
![Pulls](https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg?style=for-the-badge)
+8
View File
@@ -0,0 +1,8 @@
{
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "2.1.1",
"version": "2.1.2",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"dependencies": {
-1
View File
@@ -30,7 +30,6 @@ RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
EXPOSE 80
EXPOSE 81
EXPOSE 443
EXPOSE 9876
COPY docker/rootfs /
ADD backend /app
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "2.1.1",
"version": "2.1.2",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"devDependencies": {