Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdeath authored Dec 26, 2024
1 parent 95d3c0d commit 3a098a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ RUN usermod -a -G users root
COPY rffmpeg-hostscale.sh /rffmpeg-hostscale.sh
RUN chmod +x /rffmpeg-hostscale.sh
RUN echo "*/15 * * * * /rffmpeg-hostscale.sh" | crontab -

# Clear rffmpeg once a day
RUN echo "0 0 * * * rffmpeg clear" | crontab -

# Add Com capabilities between "----"
# ----
Expand Down

0 comments on commit 3a098a4

Please sign in to comment.