fix: Set listening address to 0.0.0.0
All checks were successful
continuous-integration/drone/push Build is passing

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

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