I have installed a docker image "gitlab/gitlab-ce" on windows 10 and I try to run with following command.
docker run --detach --hostname https://localhost/ --publish 40443:80 --name GitLab --restart always --volume d:gitlabconfig:/etc/gitlab --volume d:gitlablogs:/var/log/gitlab --volume d:gitlabdata:/var/opt/gitlab gitlab/gitlab-ce:latest
but when it doesn't accessible in browser. "This site can’t be reached. localhost unexpectedly closed the connection."
I don't known what is wrong here in GitLab document the host name is "gitlab.example.com" and I don't known what is domain refer to.