Why is WordPress showing local host ip address instead of domain name in url?

You should define your website url in your wordpress config file ( in my case /etc/wordpress/config-localhost.php )

define('WP_SITEURL','http://....');