Can't see gitlab on after docker install

Hello,

I try to install gitlab with docker so I use that link:

https://docs.gitlab.com/omnibus/docker/#install-gitlab-using-docker-compose
More specialy that part: Expose GitLab on different ports

The installation seems to work and my docker seems to run:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
feceab1e209c gitlab/gitlab-ce:latest “/assets/wrapper” 5 days ago Up 2 hours (healthy) 0.0.0.0:2289->22/tcp, 0.0.0.0:8929->80/tcp, 0.0.0.0:444->443/tcp gitlab_web_1

But when I go on my localhost:8929 there is nothing. I can’t reach my webpage.