Skip to content

Commit

Permalink
fix docker cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
bivas committed Jul 30, 2017
1 parent fddcdc3 commit 5e6f3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ With Rivi, developers can focus on the actual code base and less on administrati
## Usage
Rivi can be run as a service which listens to incoming repository webhooks. This service must be internet facing to accept incoming requests (e.g. GitHub).
```
Usage: rivi server [options] CONFIGURATION_FILE(S)...
Usage: rivi server [options] CONFIGURATION_FILE(S)...
Starts rivi in server mode and listen to incoming webhooks
Expand All @@ -39,7 +39,7 @@ $ docker run --detach \
--publish 8080:8080 \
--env RIVI_CONFIG_TOKEN=<rivi oath token> \
--volume /path/to/config/files:/config \
bivas/rivi rivi -config /config/repo-x.yaml
bivas/rivi rivi server /config/repo-x.yaml
```

## Requirements
Expand Down

0 comments on commit 5e6f3db

Please sign in to comment.