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

12 lines
261 B
YAML

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