Skip to content

Commit

Permalink
Move docker-compose.yml to dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
jngermon committed Sep 16, 2015
1 parent 2d34357 commit 6f280ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.gem
*.tar.gz

docker-compose.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
File renamed without changes.

0 comments on commit 6f280ac

Please sign in to comment.