ptrevolution_streaming/docker-compose.yml

11 lines
144 B
YAML

version: '3'
services:
live:
build: ./nginx-rtmp
ports:
- 1935:1935
- 8080:80
volumes:
- ./certs:/opt/certs:ro