From aa28bbc4b62058e96ef10b7738b6a40fd5252d71 Mon Sep 17 00:00:00 2001 From: nightpool Date: Tue, 4 Jul 2017 21:01:30 -0400 Subject: [PATCH] remove bit about cronjobs (#333) this has been out of date for a few months now --- Running-Mastodon/Docker-Guide.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index fbbb03b8..5e6f52ab 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -75,14 +75,6 @@ The default docker-compose.yml maps them to the repository's `public/assets` and Running any of these tasks via docker-compose would look like this: docker-compose run --rm web rake mastodon:media:clear - -## Cronjobs - -There are several tasks that should be run once a day to ensure that mastodon is running smoothly. We created a daily rake task that takes care of this. As your mastodon user run `crontab -e` and enter the following - -```sh - @daily cd /home/mastodon/live && /usr/local/bin/docker-compose run --rm web rake mastodon:daily -``` ## Updating