remove bit about cronjobs (#333)
this has been out of date for a few months now
This commit is contained in:
parent
2d24fb5137
commit
aa28bbc4b6
1 changed files with 0 additions and 8 deletions
|
@ -76,14 +76,6 @@ 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
|
||||
|
||||
This approach makes updating to the latest version a real breeze.
|
||||
|
|
Loading…
Reference in a new issue