Gitlab image and doc : https://github.com/sameersbn/docker-gitlab
mkdir -p /srv/docker/images/gitlab/
cat docker-compose.yml > /srv/docker/images/gitlab/docker-compose.yml
# Edit the docker-compose.yml file
cd /srv/docker/images/gitlab/
docker-compose up -d
Wait a few minutes, then go to http://localhost:10080/
- Gitlab docker image folder : /srv/docker/images/gitlab
- Gitlab data folder : /srv/docker/gitlab/gitlab
- PostgreSQL data folder : /srv/docker/gitlab/postgresql
- Redis data folder : /srv/docker/gitlab/redis