We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose up -d 입력 후, 사이트가 로드되지 않는다.
docker-compose up -d
docker logs server 로 확인해보면, DB에 접속하지 못하는 MongoError가 나온다.
docker logs server
The text was updated successfully, but these errors were encountered:
Docker Compose에서 컨테이너 시작 순서를 조정해야 한다.
docker-compose.yml의 옵션 중 links나 depend_on으로는 완전히 해결되지 않으니 다른 방법을 모색할 필요가 있다.
docker-compose.yml
Sorry, something went wrong.
No branches or pull requests
docker-compose up -d
입력 후, 사이트가 로드되지 않는다.docker logs server
로 확인해보면, DB에 접속하지 못하는 MongoError가 나온다.The text was updated successfully, but these errors were encountered: