aws-cognito-app icon indicating copy to clipboard operation
aws-cognito-app copied to clipboard

App not running on linux azure vm

Open parikhudit opened this issue 8 years ago • 1 comments

@SanderKnape I followed the instructions and after sudo docker-compose up -d I got below display

udit@linuxvm:~/git_repos/aws-cognito-app$ sudo docker-compose up -d
Creating network "awscognitoapp_default" with the default driver
Creating awscognitoapp_app_1 ...
Creating awscognitoapp_app_1 ... done

But I see no app running on port 80.

Not able to find what's wrong. Can you please look into this?

P.S. : I am following your tutorial at https://sanderknape.com/2017/02/getting-started-with-aws-cognito/. Nicely explained! Thanks :)

parikhudit avatar Oct 21 '17 21:10 parikhudit

@uditparikh93 What does a docker ps tell you after you spin up the application? Is the docker container running?

SanderKnape avatar Nov 05 '17 17:11 SanderKnape