こんにちは、
DigitalOcean のドロレットで 3 つの WordPress ブログと Nextcloud インスタンスをホストしています。
このドロレットに Discourse をセットアップしたいと考えています。バックアップは用意してありますので、何か問題が起きても構いません。
以前、このフォーラムで Discourse と Apache を併用して Nginx を用いたインストールについて扱ったスレッド(https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247)を参考に試みました。現時点で行ったことは以下の通りです:
- Discourse のセットアップのために一時的に Apache2 サービスを無効化
- Discourse のファイルを /var/discourse にコピーし、discourse-setup を実行
- Nginx をインストールし、/etc/nginx/sites-enabled/discourse.conf に discourse.conf ファイルを作成
- コマンド
/var/discourse/launcher stop app || trueを実行したところ、以下のエラーが発生しました:
root@aavoblog:/var/discourse# /var/discourse/launcher stop app || true
Your Docker installation is not using a supported storage driver. If we were to proceed you may have a broken install.
aufs is the recommended storage driver, although zfs and overlay2 may work as well.
Other storage drivers are known to be problematic.
You can tell what filesystem you are using by running "docker info" and looking at the 'Storage Driver' line.
If you wish to continue anyway using your existing unsupported storage driver,
read the source code of launcher and figure out how to bypass this check.
解決策を検索しましたが、修正できませんでした。この問題の解決にご協力いただける方はいませんか?