Move docker-compose.yml to dist version

This commit is contained in:
jngermon 2015-08-13 21:33:06 +02:00
parent 2d3435787c
commit 6f280acb23
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.gem
*.tar.gz
docker-compose.yml

View File

@ -134,7 +134,7 @@ docker build --tag=$USER/gitlab .
The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/).
```bash
wget https://raw.githubusercontent.com/sameersbn/docker-gitlab/master/docker-compose.yml
wget https://raw.githubusercontent.com/sameersbn/docker-gitlab/master/docker-compose.yml.dist -O docker-compose.yml
docker-compose up
```