Update README.md

This commit is contained in:
Glyphscribe Ety 2025-04-27 00:07:51 -05:00
parent d728e039d7
commit bfa12f842e

View File

@ -8,6 +8,7 @@ version: '3'
services: services:
owncast: owncast:
image: gabekangas/owncast:latest image: gabekangas/owncast:latest
user: 1000:1000
restart: unless-stopped restart: unless-stopped
ports: ports:
- 1935:1935 - 1935:1935
@ -16,6 +17,7 @@ services:
clipper: clipper:
image: code.mch.onl/ety/owncast-clipper:latest image: code.mch.onl/ety/owncast-clipper:latest
user: 1000:1000
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- owncast - owncast