2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00

update owncast

This commit is contained in:
kev
2024-04-08 18:20:30 +08:00
parent d49aee6ae1
commit 4c2ee8d639

View File

@@ -23,10 +23,13 @@ services:
```bash ```bash
$ mkdir -p data $ 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 $ docker compose up -d
``` ```
> https://github.com/owncast/owncast/blob/develop/Earthfile#L129-L131
## Using with OBS / Streamlabs ## Using with OBS / Streamlabs
OBS is a pretty good piece of free software that will get you streaming from your own computer right away. OBS is a pretty good piece of free software that will get you streaming from your own computer right away.