Hi all,
I cannot access gitlab-ce using HTTPS protocol on my home network
http://www.my.net/ works correctly
https://www.my.net/ returns the error “this site cannot be reached”
I installed the Docker container for the latest gitlab-ce with this command:
sudo docker run --detach \
--hostname www.my.net \
--publish 443:443 --publish 80:80 --publish 222:22 \
--name gitlab \
--restart always \
--volume /srv/gitlab/config:/etc/gitlab \
--volume /srv/gitlab/logs:/var/log/gitlab \
--volume /srv/gitlab/data:/var/opt/gitlab \
gitlab/gitlab-ce:latest
Documentation for SSL Configuration shows an “hosts services” section tha I cannot find in the administrations pages.
What can I do?