Error:
Sitecore 10.2 ERROR: Container is unhealthy
Solution:
I resolved this issue by using below steps:
- Run docker-compose stop on Powershell.
- Run docker-compose down on Powershell.
- Run iisreset /stop on Powershell.
- Then run docker-compose up -d on Powershell.
This article originally appeared on SWATI GUPTA (SITECORE MVP) | BLOGS
(https://swatiguptablogs.blogspot.com/).