mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
12 lines
250 B
YAML
12 lines
250 B
YAML
version: "3.8"
|
|
services:
|
|
owncast:
|
|
image: gabekangas/owncast
|
|
command: /app/owncast -backupdir=/data -database=/data/database.db
|
|
ports:
|
|
- "1935:1935"
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|