From 4c2ee8d6390d545733bbe08620495b9e6f7b65f1 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 8 Apr 2024 18:20:30 +0800 Subject: [PATCH] update owncast --- owncast/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/owncast/README.md b/owncast/README.md index 60e3793..85d53a4 100644 --- a/owncast/README.md +++ b/owncast/README.md @@ -23,10 +23,13 @@ services: ```bash $ mkdir -p data -$ chown -R 101:101 data +# temporarily disable until we figure out how to move forward +# chown -R 101:101 data $ docker compose up -d ``` +> https://github.com/owncast/owncast/blob/develop/Earthfile#L129-L131 + ## Using with OBS / Streamlabs OBS is a pretty good piece of free software that will get you streaming from your own computer right away.