1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Rename SRS_SRS_LOG_TANK to SRS_LOG_TANK. #3410

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

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