./launcher bootstrap data && ./launcher destroy data && ./launcher start data
명령어는 ./launcher stop 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)