Basic owncast

This commit is contained in:
Ash Leece 2021-01-23 21:09:36 +00:00
parent 43ffc701ac
commit b35561958a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: '3'
services:
owncast:
container_name: owncast
image: gabekangas/owncast:latest
ports:
- 8080:8080
- 1935:1935
volumes:
- owncast:/app/
restart: unless-stopped
volumes:
owncast: