Skip to content

Commit

Permalink
Add missing logrotate rule
Browse files Browse the repository at this point in the history
  • Loading branch information
demyxco committed Feb 21, 2024
1 parent c6c0967 commit faa2056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -139,6 +139,7 @@ RUN set -ex; \
" | sed "s| ||g" > /etc/crontabs/demyx; \
\
echo -e "${DEMYX_LOG}/*.log {\n\
create\n\
missingok\n\
notifempty\n\
${DEMYX_LOGROTATE}\n\
Expand Down

0 comments on commit faa2056

Please sign in to comment.