From 9d709658001b0909148a2ed118a10187194a12d6 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 11 Oct 2021 02:40:12 +0000 Subject: [PATCH] update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff99e78..7e7a390 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 5. `./issue-certificate.sh example.com info@example.com` - issue LE production certificate 6. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables 7. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables -8. `docker-compose down && docker-compose up -d` rerun with the updated configs +8. After each config updates you can use the following command to start everything: +`docker-compose down ; docker-compose build; docker-compose up -d ; docker-compose logs --follow` ## Setup client 1. Encoder server = `rtmp://example:1935/live/` key = `stream?pass=supersecret`