I am trying to run the growthbook container in azu...
# ask-questions
s
I am trying to run the growthbook container in azure app service but i am getting this error all the time: The app origin, api host, jwt secret , encryption secret, and mongo connection string are all set in the docker compose file. There are no errors in the container logs. I'm not sure what the issue is, is anybody able to help?
f
Are you able to go to that API url directly in the browser? You should see a JSON object returned with some data about the server
From the logs, it looks like the container started correctly, so it's most likely a networking or routing issue.
s
Thanks for your replies. The issue is that the azure app service only exposes one port so it was not possible to use the container in one app service. What we have done instead is use azure container instance and opened the 3000 and 3100 ports.