ptrevolution_streaming/docker-compose.yml

11 lines
144 B
YAML
Raw Normal View History

2018-09-30 08:29:25 +02:00
version: '3'
services:
2020-01-15 23:01:31 +01:00
live:
build: ./nginx-rtmp
2018-09-30 08:29:25 +02:00
ports:
- 1935:1935
- 8080:80
volumes:
2020-01-15 23:01:31 +01:00
- ./certs:/opt/certs:ro