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

11 lines
197 B
YAML

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