Replies: 1 comment 8 replies
-
Please check if some other service is running on port 8081 already. If you publish a port in Docker for Windows, it won‘t show errors if that port is already in use on the host. Try running this on your host in a powershell Window, maybe you get something back: Get-Process -Id (Get-NetTCPConnection -LocalPort 8081).OwningProcess |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all and thanks for helping.
I am following the documentation,
I simply just used curl command to download the docker-compose file and then did
#docker-compose up -d
I can see the DT login page at http://localhost.org:8080 but using username admin and password admin does not work or even return anything. Clicking the Login button, nothing happens at all.
So I check frontend console logs and see this:
Thanks for you help
Beta Was this translation helpful? Give feedback.
All reactions