How to set the-H parameter of DOCKER_OPTS in docker for windows?

when running an example called DockerEasyUI on Github, the first item configured in README is:

Add DOCKER_OPTS="-H 0.0.0.0:6732 -H unix:///var/run/docker.sock" in /etc/default/docker.

I am using the docker for windows, system. Win10, should be configured in the daemon of docker setting, but I don"t know how to convert the above code to the format under windows.
Please give me some guidance and explain the meaning of the above configuration by the way. Thank you ~

Oct.19,2021
Menu