Skip to content

Commit

Permalink
log crond output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrus committed Mar 22, 2024
1 parent ac22d48 commit b759db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN chmod +x /entrypoint.sh /dobackup.sh
RUN adduser -D backup

ENTRYPOINT ["/entrypoint.sh"]
CMD [ "crond", "-f" ]
CMD [ "crond", "-f", "-d", "8" ]

0 comments on commit b759db5

Please sign in to comment.