1
0
Fork 0
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:
winlin 2021-10-08 21:58:33 +08:00
parent 4c087b9376
commit 55d8cb4b7b
7 changed files with 21 additions and 24 deletions

View file

@ -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"]