carnellj / spmia-chapter1

Chapter 1 for Spring Microservices in Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker compose is hanging on Attaching to the simpleservice

macx78 opened this issue · comments

Powershell output:
PS C:\dev\git\spmia\spmia-chapter1> docker-compose -f docker/common/docker-compose.yml up
Recreating common_simpleservice_1 ... done
Attaching to common_simpleservice_1

Changes:
-8080 was taken by another application and the compose was failing (obviously :)). In the docker-compose.yml I modified the port to 8090:8090.

I am assuming this screwed it up. What do you suggest? thank you in advance for the assistance.
This has been hanging for over 5 minutes. What am I doing wrong? What do you need from me to help?

The README file says I will see Spring text shoot out in the stdout. I did not see any. I assumed it was not working, but it does seem like it is. I apologize for my novice idiocy...