Skip to content

Commit

Permalink
#15 Cambios en el dockerfile de keycloak sin certificados
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed May 15, 2024
1 parent 2498879 commit b4d577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/keycloak/keycloak.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ EXPOSE 8080
EXPOSE 8090

# Comando para iniciar Keycloak en modo de desarrollo con puerto y otros argumentos
CMD ["start", "--import-realm", "--http-port=8090", "--hostname-url=http://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io:8090"]
CMD ["start-dev", "--import-realm", "--http-port=8090", "--hostname-url=http://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io:8090"]
# CMD ["start", "--import-realm", "--http-port=8100", "--https-port=8090", "--hostname-url=https://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io:8090", "--https-certificate-file=/opt/keycloak/certs/keycloakcert.pem", "--https-certificate-key-file=/opt/keycloak/certs/keycloakkey.pem"]

0 comments on commit b4d577a

Please sign in to comment.