Add configuration files for SRS SIP and update README with Docker commands

This commit is contained in:
2026-01-13 11:45:32 +08:00
parent 42d018b854
commit 6fbbfb698a
3 changed files with 14 additions and 1 deletions

View File

@ -14,7 +14,10 @@ services:
- ./run/conf/config.yaml:/usr/local/srs-sip/config.yaml:ro
- ./run/logs:/usr/local/srs-sip/logs
- ./run/srs/conf/srs.conf:/usr/local/srs/conf/srs.conf:ro
# use docker logs
- ./run/srs/logs:/var/log/srs/
# for recording
- ./run/data:/data
ports:
# SRS RTMP
- "1985:1985"