Update README.md
This commit is contained in:
parent
d728e039d7
commit
bfa12f842e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user