From 110a3f1362092d51de4ebdd041320dbccb028ae8 Mon Sep 17 00:00:00 2001 From: Nilesh Londhe Date: Mon, 17 May 2021 08:52:21 -0700 Subject: [PATCH] minor typo (#38) updating multiline docker run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f373705..da1deb3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Once built, start the docker image on a host that has sufficient bandwidth to ha ``` docker run -it -p 80:80 -p 1935:1935 \ --env MULTISTREAMING_PASSWORD=__made_up_password__ \ - -v /path/to/my-rtmp-config.json:/rtmp-configuration.json + -v /path/to/my-rtmp-config.json:/rtmp-configuration.json \ multistreaming-server:latest ```