mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Default to log to console for docker. v4.0.168
This commit is contained in:
parent
4c087b9376
commit
55d8cb4b7b
7 changed files with 21 additions and 24 deletions
|
@ -32,4 +32,4 @@ COPY --from=build /usr/local/srs /usr/local/srs
|
|||
|
||||
# Default workdir and command.
|
||||
WORKDIR /usr/local/srs
|
||||
CMD ["./objs/srs", "-c", "conf/srs.conf"]
|
||||
CMD ["./objs/srs", "-c", "conf/docker.conf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue