EEv4 - How can I connect to localhost machine database?

Hi, when I install new Wordpress page, in wp-config is defined db-host to “global-db:3306” which is dedicated docker database container.
But, what if I would like to connect to my database installed on my real “parent” (non-docker) machine?
When I put “localhost” I’ve got error that host is unreachable (db is installed and accesible)
What host name I should write?

When you create your site you can use the flag --dbhost to set up access to a remote host. Is your database user allowed to access the database via localhost, or only able to access the databasevia the global-db host?

[--dbhost=<dbhost>]
	Set the database host. Pass value only when remote dbhost is required.