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

12 lines
212 B
YAML

version: "3.8"
services:
owncast:
image: owncast/owncast:0.1.3
command: /app/owncast
ports:
- "1935:1935"
- "8080:8080"
volumes:
- ./data:/app/data
restart: unless-stopped