From 5e6f3dbab8d5acfd53c9165dc29c67c74bf8e460 Mon Sep 17 00:00:00 2001 From: Eliran Bivas Date: Mon, 31 Jul 2017 00:26:49 +0300 Subject: [PATCH] fix docker cli command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc643b3..0dc4382 100644 --- a/README.md +++ b/README.md @@ -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 @@ -39,7 +39,7 @@ $ docker run --detach \ --publish 8080:8080 \ --env RIVI_CONFIG_TOKEN= \ --volume /path/to/config/files:/config \ - bivas/rivi rivi -config /config/repo-x.yaml + bivas/rivi rivi server /config/repo-x.yaml ``` ## Requirements