Hello team! I am facing an issue with
wiremock.net docker image and would be grateful if someone could help me.
I try to deploy
WireMock.Net in an Azure Container Instance using Terraform. I want it to use port
55555. ChatGPT suggests to do it like this :
environment variables = {
'ASPNETCORE_URLS" = "<http://*
55555|http//*:55555>"
}
However, it doesn’t work. I've attached screenshots of my Terraform configuration and the container logs showing this issue.
Is there any other way to make
WireMock.Net listen on port
55555?
Thank you in advance!