EC2インスタンスにGitLabをコンテナで立ち上げる - tetsuyaf1100/hello-world GitHub Wiki

前提条件

docker
docker-compose

Quick Start

$ cd
$ mkdir gitlab && cd $_
$ wget https://raw.githubusercontent.com/sameersbn/docker-gitlab/master/docker-compose.yml
$ docker-compose up -d

ref

https://github.com/sameersbn/docker-gitlab