1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/owncast/arm/docker-compose.yml

12 lines
261 B
YAML
Raw Normal View History

2021-02-01 07:39:06 +02:00
version: "3.8"
services:
owncast:
image: easypi/owncast-arm
command: /app/owncast --configFile=/data/config.yaml --database=/data/chat.db
ports:
- "1935:1935"
- "8080:8080"
volumes:
- ./data:/data
restart: unless-stopped