In this article, you can see the common errors and troubleshooting while setting up the docker containers.
1. The SSL connection could not be established, see inner exception.
2. Encountered errors while bringing up the project
Resolution: Stop and restart services. Use the below commands,
docker-compose down (stop service)
docker-compose up -d (Start service)
3. If traefik or any other container is unhealthy
You will see the actual error that caused the traefik container down. Fix the error prompted in the terminal window and re-run the command 'docker-compose up -d'
No comments:
Post a Comment