Reputation: 353
I am attempting to deploy jboss/keycloak docker container from Docker Hub onto an Azure App Service.
However, after I start up the service and visit the URL, it just loads infinitely.
I am starting the docker container with "docker run jboss/keycloak". I have also tried adding in "-p 80" and "-p 80:80" to no avail.
Here is my app service config:
Upvotes: 3
Views: 3907