Skip to content

Commit

Permalink
Don't compress log files when rotating
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Jul 24, 2020
1 parent 0af6fce commit 89cc0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ COPY Docker/base/ /
RUN ldconfig -v

ENV BP_DB_PATH="/opt/ozw/config/crashes/"
ENV S6_LOGGING_SCRIPT="n20 s10000000 T !\"gzip -nq9\""
ENV S6_LOGGING_SCRIPT="n20 s10000000 T"
WORKDIR /opt/ozw/
EXPOSE 1983
VOLUME ["/opt/ozw/config/"]
Expand Down Expand Up @@ -147,7 +147,7 @@ ENV BP_DB_PATH="/opt/ozw/config/crashes/"
ENV VNC_PORT=5901
ENV WEB_PORT=7800
ENV QT_ASSUME_STDERR_HAS_CONSOLE=1
ENV S6_LOGGING_SCRIPT="n20 s10000000 T !\"gzip -nq9\""
ENV S6_LOGGING_SCRIPT="n20 s10000000 T"
WORKDIR /opt/ozw/
EXPOSE 1983
EXPOSE 5901
Expand Down

0 comments on commit 89cc0d8

Please sign in to comment.