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
I have implemented the following steps.
I have cloned the folders and files. I have used on those commands. cd hotels cd docker docker-compose up
cd hotels
cd docker
docker-compose up
I have shared on my terminal.
I have checked on my browser using this URL - http://localhost:8500 I got the following response.
I have seen on consul services only. Other services not showing. Then I have checked the active container list using this command. sudo docker ps -a
sudo docker ps -a
I got the following output.
All the services are exited. I don't know why?
The text was updated successfully, but these errors were encountered:
Sorry guys. I got the solution. I have used this command docker-compose up
I got the mcrypt installation error.
hotels/docker/microservices/hotels/nginx/Dockerfile - This file i have changed the php version(7.3.4) and mcrypt version(1.0.2).
Now it's working fine.
Sorry, something went wrong.
No branches or pull requests
I have implemented the following steps.
I have cloned the folders and files. I have used on those commands.
cd hotels
cd docker
docker-compose up
I have shared on my terminal.
I have checked on my browser using this URL - http://localhost:8500
I got the following response.
I have seen on consul services only. Other services not showing. Then I have checked the active container list using this command.
sudo docker ps -a
I got the following output.
All the services are exited. I don't know why?
The text was updated successfully, but these errors were encountered: