SanderKnape/aws-cognito-app

App not running on linux azure vm

parikhudit opened this issue · 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 :)

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