From a2fd2499a9512df48ab19aacb975dc720ef285cc Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 27 Sep 2020 22:13:51 +0200 Subject: [PATCH] Add docker launch line in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c3b15b..06551b3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ Features: An example is given in [docs/docker-compose.yml](docs/docker-compose.yml). It uses Traefik reverse proxy. +You can also launch the Docker image using, + +``` +docker run -it --rm -p 8080:8080 -p 2112:2112 -p 9710:9710 ghostream +``` + ## References - Phil Cluff (2019), *[Streaming video on the internet without MPEG.](https://mux.com/blog/streaming-video-on-the-internet-without-mpeg/)*