1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Rename SRS_SRS_LOG_TANK to SRS_LOG_TANK. #3410

This commit is contained in:
winlin 2023-02-13 11:35:06 +08:00
parent af7f5b3c55
commit 9c9f3f1247

View file

@ -56,6 +56,6 @@ RUN ldd /usr/local/srs/objs/ffmpeg/bin/ffmpeg && \
# Default workdir and command.
WORKDIR /usr/local/srs
ENV SRS_SRS_LOG_TANK=console SRS_DAEMON=off
ENV SRS_LOG_TANK=console SRS_DAEMON=off
CMD ["./objs/srs", "-c", "conf/srs.conf"]