fix: Set listening address to 0.0.0.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dd0e278094
commit
d982d81d5f
@ -6,10 +6,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "v0.5.0"
|
appVersion: "v0.5.1"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
args="$@"
|
args="$@"
|
||||||
|
|
||||||
args="$@ -p 80"
|
args="$@ --host 0.0.0.0 --port 80"
|
||||||
|
|
||||||
file=/data/db.json
|
file=/data/db.json
|
||||||
if [ -f $file ]; then
|
if [ -f $file ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user