重置 Discourse 实例

这将删除所有数据,包括数据库,并重新创建 Docker 容器。

cd /var/discourse
./launcher stop app
rm -rf shared/standalone
./launcher rebuild app