AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.95k stars 397 forks source link

How to Add Configuration Parameters When Starting a Docker Container #1404

Open yhxiaoh opened 6 days ago

yhxiaoh commented 6 days ago

How can I add configuration parameters when starting a Docker container, similar to go2rtc -c log.format=text -c rtsp.listen=''? If possible, could you provide the complete docker run command? Looking forward to your reply

AlexxIT commented 6 days ago

This is a general question about docker usage. Not directly related to this project. You need to read the docker documentation.