Skip to content

Commit

Permalink
Add debugging for startup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jhampson-dbre committed Jul 14, 2023
1 parent 79c60e3 commit a4ef457
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions nginx_proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.2

Add debugging for startup error

## 5.0.1

Fix s6-overlay error due to breaking change in latest base image
Expand Down
2 changes: 1 addition & 1 deletion nginx_proxy/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NGINX Home Assistant SSL proxy with WAF",
"version": "5.0.1",
"version": "5.0.2",
"slug": "nginx_proxy_waf",
"description": "An SSL/TLS proxy",
"url": "https://github.com/jhampson-dbre/addon-nginx-proxy-waf",
Expand Down
4 changes: 2 additions & 2 deletions nginx_proxy/rootfs/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bashio
set -e
#!/usr/bin/with-contenv bashio
set -ex

DHPARAMS_PATH=/data/dhparams.pem

Expand Down

0 comments on commit a4ef457

Please sign in to comment.