./launcher bootstrap data && ./launcher destroy data && ./launcher start data
は、./launcher stop data で data コンテナを最初に停止しないとエラーで失敗します。
これは、./discourse-setup --two-container で新しく作成され、より長い方法で変換されたインスタンスで発生します。
どちらの場合も
./launcher stop web_only && ./launcher rebuild data && ./launcher rebuild web_only
および
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only
は期待どおりに動作します。
何か見落としていますか?
data_yml error.txt (5.2 KB)
data_yml error --two-container method.txt (5.0 KB)