13 lines
287 B
YAML
Executable File
13 lines
287 B
YAML
Executable File
version: "3.4"
|
|
services:
|
|
owncast:
|
|
image: owncast/owncast:latest
|
|
container_name: "owncast"
|
|
restart: unless-stopped
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- "8082:8080"
|
|
- "1935:1935"
|
|
volumes:
|
|
- /docker/appdata/owncast/data:/app/data |