Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Changing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hyandell committed Jan 28, 2018
1 parent 15514d4 commit 98c3489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/InstallingViaDocker.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Use Docker
# Using Docker

NOTE: Experimental; feedback via GitHub issues much appreciated.

Expand All @@ -8,7 +8,7 @@ If you have already set up postgres server for `oss-dashboard`, you should run `
If you don't have any postgres server, you should run `oss-dashboard` by docker-compose.
docker-compose run `oss-dashboard` and postgres container at the same time.

#### Docker
## Docker

```
docker build -t oss-dashboard .
Expand Down Expand Up @@ -42,7 +42,7 @@ If you connect to your organization's GitHub Enterprise, you must specify your G
oss-dashboard refresh-dashboard.rb --ghconfig config-github.yaml config-dashboard.yaml
```

#### Docker Compose
## Docker Compose

Before running `oss-dashboard` by docker-compose, you need to prepare `config-dashboard.yaml` (and `config-github.yaml` if you need) in root dir.
Then you run the following command.
Expand Down

0 comments on commit 98c3489

Please sign in to comment.