13 lines
266 B
YAML
13 lines
266 B
YAML
|
version: '3.3'
|
||
|
|
||
|
services:
|
||
|
run:
|
||
|
volumes:
|
||
|
- /mnt/data/storage/owncast:/app/data
|
||
|
ports:
|
||
|
- '8085:8080'
|
||
|
- '1935:1935'
|
||
|
image: gabekangas/owncast:latest
|
||
|
restart: always
|
||
|
container_name: owncast
|