brandon d tran
brandon d tran

Reputation: 353

How do I deploy keycloak docker container on Azure?

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: enter image description here

Upvotes: 3

Views: 3907

Answers (1)

brandon d tran
brandon d tran

Reputation: 353

Removed "docker run jboss/keycloak" and it worked!

Upvotes: 2

Related Questions