live-streamer/docker-compose.yaml

9 lines
165 B
YAML
Raw Permalink Normal View History

2024-10-28 04:07:56 -04:00
services:
live-streamer:
image: nite07/live-streamer
ports:
- 8080:8080
volumes:
- ./config.json:/app/config.json
- ./videos:/videos