#author("2018-08-24T14:30:45+09:00","default:ichinomoto","ichinomoto") #author("2018-08-24T14:32:25+09:00","default:ichinomoto","ichinomoto") * Mastodon [#be20fd56] https://github.com/tootsuite/mastodon/releases 関連:~ https://github.com/sys1yagi/mastodon4j Mastodonのサーバ間通信が切れた場合のリカバリ~ http://qiita.com/clworld/items/bc3d8f97d38f2ba58492 MastodonはP2Pではないという話、もしくはMastodonの脱中央集権の仕組みについて~ http://blog.anatoo.jp/entry/2017/04/22/132721 **更新 [#v1db2e68] docker-compose down git fetch git stash git checkout [version] git stash pop docker-compose build docker-compose run --rm web rails db:migrate docker-compose run --rm web rake assets:precompile docker-compose up -d sudo service nginx restart 容量が増えてきたらdockerの古いイメージを消しておく 現在使っていないイメージの削除 docker rmi system prune