소스 검색

remove bit about cronjobs (#333)

this has been out of date for a few months now
nightpool 7 년 전
부모
커밋
aa28bbc4b6
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      Running-Mastodon/Docker-Guide.md

+ 0 - 8
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