2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 23:21:36 +01:00
Files
dockerfiles_vimagick/owncast/docker-compose.yml
2025-05-06 22:26:13 +08:00

11 lines
197 B
YAML

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