mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Echo address:port in run script
This commit is contained in:
parent
330ae964f3
commit
f7513bab69
1 changed files with 1 additions and 0 deletions
1
run
1
run
|
|
@ -29,6 +29,7 @@ else
|
|||
python3 -um app \
|
||||
--unix-socket "$UNIX_SOCKET"
|
||||
else
|
||||
echo "Running on http://${ADDRESS:-0.0.0.0}:${PORT:-"${EXPOSE_PORT:-5000}"}"
|
||||
python3 -um app \
|
||||
--host "${ADDRESS:-0.0.0.0}" \
|
||||
--port "${PORT:-"${EXPOSE_PORT:-5000}"}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue