fix: Set listening address to 0.0.0.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-07-05 15:19:42 +02:00
parent dd0e278094
commit d982d81d5f
2 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.5.0
version: v0.5.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.0"
appVersion: "v0.5.1"

View File

@ -2,7 +2,7 @@
args="$@"
args="$@ -p 80"
args="$@ --host 0.0.0.0 --port 80"
file=/data/db.json
if [ -f $file ]; then