mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Move docker-compose.yml to dist version
This commit is contained in:
parent
2d3435787c
commit
6f280acb23
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
*.gem
|
||||
*.tar.gz
|
||||
|
||||
docker-compose.yml
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user