Hi everyone, I've tried to stand up wiremock stand...
# help
b
Hi everyone, I've tried to stand up wiremock standalone server on my own project from localhost. But I can't open "http://localhost:8080/__admin/webapp" webapp UI due to "HTTP ERROR 404" error . How can I handle the problem ? here is my docker compose yml --> https://gist.github.com/6b2e076e91c038501bfc7e20995ef984.git https://gist.github.com/burcuakkayaa/5208175fefe38e2956d9ed4d260fead0
1
a
Hello ! I just checked quickly, I think you just use two
_
instead of one in the url
🙌 1
l
Hi, the official Wiremock release runs headless in most instances and doesn't come with a built in UI. I think you are using a fork of wiremock - https://github.com/holomekc/wiremock
👍 1
o
Yes, most likely
b
awesome, it works! thank you guys 🙌