mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-05-24 02:02:33 -04:00
Echo address:port in run script
This commit is contained in:
parent
330ae964f3
commit
f7513bab69
1
run
1
run
@ -29,6 +29,7 @@ else
|
|||||||
python3 -um app \
|
python3 -um app \
|
||||||
--unix-socket "$UNIX_SOCKET"
|
--unix-socket "$UNIX_SOCKET"
|
||||||
else
|
else
|
||||||
|
echo "Running on http://${ADDRESS:-0.0.0.0}:${PORT:-"${EXPOSE_PORT:-5000}"}"
|
||||||
python3 -um app \
|
python3 -um app \
|
||||||
--host "${ADDRESS:-0.0.0.0}" \
|
--host "${ADDRESS:-0.0.0.0}" \
|
||||||
--port "${PORT:-"${EXPOSE_PORT:-5000}"}"
|
--port "${PORT:-"${EXPOSE_PORT:-5000}"}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user