mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Display the port for an app when falling back to the ip address.
This commit is contained in:
@@ -75,7 +75,7 @@ case "$1" in
|
||||
elif [[ -f "$DOKKU_ROOT/VHOST" ]]; then
|
||||
echo "$SCHEME://$(< "$DOKKU_ROOT/VHOST")"
|
||||
else
|
||||
echo "$SCHEME://$(< "$DOKKU_ROOT/HOSTNAME")"
|
||||
echo "$SCHEME://$(< "$DOKKU_ROOT/HOSTNAME"):$(< "$DOKKU_ROOT/$APP/PORT")"
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user