mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1594, detect and disable daemon for docker. 3.0.127
This commit is contained in:
parent
c1e07d6a96
commit
ed41ca867b
6 changed files with 69 additions and 4 deletions
|
@ -93,6 +93,10 @@ grace_final_wait 3200;
|
|||
# @see https://github.com/ossrs/srs/issues/1579#issuecomment-587475077
|
||||
# default: off
|
||||
force_grace_quit off;
|
||||
# Whether disable daemon for docker.
|
||||
# If on, it will set daemon to off in docker, even daemon is on.
|
||||
# default: on
|
||||
disable_daemon_for_docker on;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue