mirror of
https://github.com/zergon321/reisen.git
synced 2025-12-24 11:51:50 +08:00
9 lines
158 B
YAML
9 lines
158 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
rtmp-streamer:
|
|
image: tiangolo/nginx-rtmp
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
ports:
|
|
- 1935:1935 |